changeset 15779:01831f55e972 stable

commands: add link to addremove in commit help text
author Martin Geisler <mg@lazybytes.net>
date Fri, 06 Jan 2012 11:15:32 +0100
parents 1f9f9b4c2923
children 713ee57f817b aca0f2b3c7e3
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.