mercurial/commands.py
branchstable
changeset 11518 8d827f4a23f1
parent 11515 cc982ff2dcf8
child 11525 f4eddec324b7
child 11611 4f5a6df2af92
--- a/mercurial/commands.py	Wed Jul 07 14:13:23 2010 +0200
+++ b/mercurial/commands.py	Fri Jul 09 13:31:37 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.
     """