changeset 15780:713ee57f817b

merge with stable
author Martin Geisler <mg@lazybytes.net>
date Fri, 06 Jan 2012 11:43:17 +0100
parents f15c646bffc7 (current diff) 01831f55e972 (diff)
children cc2da4a5ed9a
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Jan 05 07:26:22 2012 -0800
+++ b/mercurial/commands.py	Fri Jan 06 11:43:17 2012 +0100
@@ -3444,7 +3444,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.