changeset 16637:265daefc00b2 stable

addremove: document default similarity behavior (issue3429)
author Levi Bard <levi@unity3d.com>
date Fri, 11 May 2012 15:15:50 +0200
parents b371056ae353
children 29fe533fe447
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri May 11 14:42:26 2012 +0200
+++ b/mercurial/commands.py	Fri May 11 15:15:50 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.
     """