4 Feb
2020
4 Feb
'20
10:48 p.m.
Hi all,
I pretty much know how to prepare a patch and submit it. However, if I were to prepare multiple patches, how is the developer process in that case?
I know that I can pile up a number of patches using "hg qnew -ef NameOfPatch"; with "hg qapplied" I'm shown a list of all applied patches. But when using "hg export tip", only the last patch seems to be prepared for emailing. So, how do I do this in a way which sends all prepared patches?
Thanks Bernhard