[chirp_devel] OOPS!. do not accept the ft4 tones patch
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?
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
Thanks. I just did hg qbase:qtip and it appears to have generated 5 emails. Is that the expected behavior?
On Tue, Feb 26, 2019 at 1:26 PM Dan Smith via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
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 _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
Thanks. I just did hg qbase:qtip
You mean "hg email qbase:qtip" I assume.
and it appears to have generated 5 emails. Is that the expected behavior?
If you have four patches applied then yes. You can eliminate the zeroth (i.e. fifth) intro email by setting:
[patchbomb] intro=never
in your hgrc.
--Dan
participants (2)
-
Dan Clemmensen
-
Dan Smith