--- 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