diff -r 392aa430bf96 -r e7ef70b3a0eb README --- a/README Wed Feb 13 11:39:46 2019 +0100 +++ b/README Tue Feb 12 15:23:29 2019 +0100 @@ -50,4 +50,14 @@ *in the message body* of emails. When submitting a revised version of a patch series, a prefix indicating the iteration number ```` of the series should be added to email subject prefixes; this can be achieved by specifying a -``--flag v`` option to ``hg email`` command. +``--flag v`` option to ``hg email`` command. If needed you can also use the +--in-reply-to option. + +Examples: + + hg email --to cubicweb-devel@lists.cubicweb.org --intro -r :: + hg email --flag V2 --to cubicweb-devel@lists.cubicweb.org -r :: + +Mailing list: https://lists.cubicweb.org/mailman/listinfo/cubicweb-devel +Patchbomb extension: https://www.mercurial-scm.org/wiki/PatchbombExtension +Good practice on sending email patches: https://www.mercurial-scm.org/wiki/ContributingChanges#Emailing_patches