[README] improve contribution section with links and command examples 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 12 Feb 2019 15:23:29 +0100
branch3.26
changeset 12373 e7ef70b3a0eb
parent 12372 392aa430bf96
child 12374 bb18c84aed54
[README] improve contribution section with links and command examples
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 ``<n>`` of the series should
 be added to email subject prefixes; this can be achieved by specifying a
-``--flag v<n>`` option to ``hg email`` command.
+``--flag v<n>`` 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 <start>::<end>
+    hg email --flag V2 --to cubicweb-devel@lists.cubicweb.org -r <start>::<end>
+
+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