hgext/convert/__init__.py
changeset 30646 ea3540e66fd8
parent 29841 d5883fd055c6
child 30660 1f21a6835604
--- a/hgext/convert/__init__.py	Thu Dec 22 01:09:45 2016 +0900
+++ b/hgext/convert/__init__.py	Sun Dec 18 12:53:20 2016 -0800
@@ -320,6 +320,13 @@
         is very expensive for large projects, and is only effective when
         ``convert.git.similarity`` is greater than 0. The default is False.
 
+    :convert.git.renamelimit: perform rename and copy detection up to this
+        many changed files in a commit. Increasing this will make rename
+        and copy detection more accurate but will significantly slow down
+        computation on large projects. The option is only relevant if
+        ``convert.git.similarity`` is greater than 0. The default is
+        ``400``.
+
     :convert.git.remoteprefix: remote refs are converted as bookmarks with
         ``convert.git.remoteprefix`` as a prefix followed by a /. The default
         is 'remote'.