Mercurial > hg-stable
changeset 11518:8d827f4a23f1 stable
commands: mention "hg status -C" in addremove help
author | Arnab Bose <hirak99@gmail.com> |
---|---|
date | Fri, 09 Jul 2010 13:31:37 +0200 |
parents | ee876e42dd74 |
children | bbdf1fb1d3e3 |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. """