On Wed, Feb 5, 2020 at 1:48 AM Bernhard Hailer via chirp_devel chirp_devel@intrepid.danplanet.com wrote:
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
Hi Bernhard,
I usually just use patchbomb to submit patches one at a time. But if you have a list of applied patches, I believe it will send the series with the same command.
hg email tip
Jim KC9HI