diff hgext/convert/__init__.py @ 22471:cc5f94db672b

convert: add support to find git copies from all files in the working copy I couldn't think of a better name for this option, so I stole the Git one in the hope that anyone converting a Git repo knows what it means.
author Siddharth Agarwal <sid0@fb.com>
date Fri, 12 Sep 2014 12:28:30 -0700
parents 8e0c4df28eec
children 6b6da715cb96
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Fri Sep 12 11:23:26 2014 -0700
+++ b/hgext/convert/__init__.py	Fri Sep 12 12:28:30 2014 -0700
@@ -300,6 +300,11 @@
         be imported as a rename if more than 90% of the file hasn't
         changed. The default is ``0``.
 
+    :convert.git.findcopiesharder: while detecting copies, look at all
+        files in the working copy instead of just changed ones. This
+        is very expensive for large projects, and is only effective when
+        ``convert.git.similarity`` is greater than 0. The default is False.
+
     Perforce Source
     ###############