[PATCH 1 of 6] mq: switched to `` around * * *

Erik Zielke ez at aragost.com
Mon Oct 18 07:54:02 CDT 2010


# HG changeset patch
# User Erik Zielke <ez at aragost.com>
# Date 1287405470 -7200
# Node ID a6d8f90bf825ccad95ac25f23323233217d41617
# Parent  4bca87c29445a6fb67aebe7eaed3f89c171cae41
mq: switched to `` around * * *

So it can be parsed by rst.

diff -r 4bca87c29445 -r a6d8f90bf825 hgext/mq.py
--- a/hgext/mq.py	Thu Oct 14 22:53:17 2010 +0200
+++ b/hgext/mq.py	Mon Oct 18 14:37:50 2010 +0200
@@ -2125,7 +2125,7 @@
     removed afterwards.
 
     The header for each folded patch will be concatenated with the
-    current patch header, separated by a line of '* * *'.
+    current patch header, separated by a line of ``* * *``.
 
     Returns 0 on success."""
 


More information about the Mercurial-devel mailing list