[PATCH] addremove: document default similarity behavior (issue3429)

Levi Bard taktaktaktaktaktaktaktaktaktak at gmail.com
Fri May 11 08:19:48 CDT 2012


# HG changeset patch
# User Levi Bard <levi at unity3d.com>
# Date 1336742150 -7200
# Node ID 6ad1f20e1f472fe4626ec7da9fbdb651958dfac9
# Parent  ddd4996740c785cc187766249977ea3ece8c17ab
addremove: document default similarity behavior (issue3429)

diff -r ddd4996740c7 -r 6ad1f20e1f47 mercurial/commands.py
--- a/mercurial/commands.py	Tue May 08 12:05:45 2012 -0500
+++ 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.
     """


More information about the Mercurial-devel mailing list