> 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