diff mercurial/commands.py @ 11525:f4eddec324b7

Merge with stable
author Martin Geisler <mg@aragost.com>
date Fri, 09 Jul 2010 14:21:45 +0200
parents 24965bb270b7 8d827f4a23f1
children 4484a7b661f2
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Jul 07 18:49:43 2010 -0400
+++ b/mercurial/commands.py	Fri Jul 09 14:21:45 2010 +0200
@@ -77,7 +77,8 @@
     every added file and records those similar enough as renames. This
     option takes a percentage between 0 (disabled) and 100 (files must
     be identical) as its parameter. Detecting renamed files this way
-    can be expensive.
+    can be expensive. After using this option, :hg:`status -C` can be
+    used to check which files were identified as moved or renamed.
 
     Returns 0 if all files are successfully added.
     """