mercurial/commands.py
changeset 11525 f4eddec324b7
parent 11524 24965bb270b7
parent 11518 8d827f4a23f1
child 11551 4484a7b661f2
--- 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.
     """