mercurial/commands.py
changeset 16642 5cf18921bb7b
parent 16612 726dd0fc7cfe
parent 16637 265daefc00b2
child 16647 14913fcb30c6
--- a/mercurial/commands.py	Wed May 09 09:58:50 2012 +0200
+++ b/mercurial/commands.py	Sat May 12 00:06:11 2012 +0200
@@ -196,6 +196,8 @@
     be identical) as its parameter. Detecting renamed files this way
     can be expensive. After using this option, :hg:`status -C` can be
     used to check which files were identified as moved or renamed.
+    If this option is not specified, only renames of identical files
+    are detected.
 
     Returns 0 if all files are successfully added.
     """