commands: add link to addremove in commit help text stable
authorMartin Geisler <mg@lazybytes.net>
Fri, 06 Jan 2012 11:15:32 +0100
branchstable
changeset 15779 01831f55e972
parent 15770 1f9f9b4c2923
child 15780 713ee57f817b
child 15786 aca0f2b3c7e3
commands: add link to addremove in commit help text
mercurial/commands.py
--- a/mercurial/commands.py	Tue Jan 03 17:09:26 2012 -0600
+++ b/mercurial/commands.py	Fri Jan 06 11:15:32 2012 +0100
@@ -3412,7 +3412,7 @@
     revision.
 
     With -s/--similarity, hg will attempt to discover renames and
-    copies in the patch in the same way as 'addremove'.
+    copies in the patch in the same way as :hg:`addremove`.
 
     To read a patch from standard input, use "-" as the patch name. If
     a URL is specified, the patch will be downloaded from it.