[PATCH 7 of 7 STABLE] help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Fri Oct 31 12:46:47 CDT 2014


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1414777388 -32400
#      Sat Nov 01 02:43:08 2014 +0900
# Branch stable
# Node ID 4dea4fa0f2660fcbd0b51804e4c9f2cd082277b2
# Parent  cafb1097c3eb487e333351294ec3e76e3ad4362e
help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -853,7 +853,7 @@
     Bookmarks can be pushed and pulled between repositories (see
     :hg:`help push` and :hg:`help pull`). If a shared bookmark has
     diverged, a new 'divergent bookmark' of the form 'name at path' will
-    be created. Using :hg:'merge' will resolve the divergence.
+    be created. Using :hg:`merge` will resolve the divergence.
 
     A bookmark named '@' has the special property that :hg:`clone` will
     check it out by default if it exists.
@@ -3212,7 +3212,7 @@
 
           hg files -0 | xargs -0 grep foo
 
-    See :hg:'help pattern' and :hg:'help filesets' for more information
+    See :hg:`help pattern` and :hg:`help filesets` for more information
     on specifying file patterns.
 
     Returns 0 if a match is found, 1 otherwise.


More information about the Mercurial-devel mailing list