hgext/convert/__init__.py
changeset 22512 6b6da715cb96
parent 22471 cc5f94db672b
child 25186 80c5b2666a96
--- a/hgext/convert/__init__.py	Tue Sep 23 14:40:32 2014 -0700
+++ b/hgext/convert/__init__.py	Tue Sep 23 14:45:23 2014 -0700
@@ -298,7 +298,7 @@
         percentage between ``0`` (disabled) and ``100`` (files must be
         identical). For example, ``90`` means that a delete/add pair will
         be imported as a rename if more than 90% of the file hasn't
-        changed. The default is ``0``.
+        changed. The default is ``50``.
 
     :convert.git.findcopiesharder: while detecting copies, look at all
         files in the working copy instead of just changed ones. This