# HG changeset patch # User Arnab Bose # Date 1278675097 -7200 # Node ID 8d827f4a23f19f4a78a2ded060342bb9d9a11642 # Parent ee876e42dd742f4dd7d9309cd964733c45e75af6 commands: mention "hg status -C" in addremove help diff -r ee876e42dd74 -r 8d827f4a23f1 mercurial/commands.py --- 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. """