[chirp_devel] OOPS!. do not accept the ft4 tones patch
Dan Smith
Tue Feb 26 13:26:16 PST 2019
> I tried hard to follow the instructions. I have a stack of five patches, as requested by Dan.
>
> I convinced Gmail to accept the email generated by patchbomb. I issued the command:
> hg email tip
> thinking that it would send all of the patches. It did not. It sent only the latest of the 5 patches.
>
> How to I send the entire set?
https://www.mercurial-scm.org/wiki/MqExtension#Email_all_applied_patches
The email command takes a refspec, like most things, so you can do tip~3 or tip^^, etc. I'll add the above to our dev process page. As with any distributed SCM, there's no master tree, so unless you tell it which things you want to take action on, there's not really any default.
--Dan
More information about the chirp_devel
mailing list