hgext/convert/__init__.py
changeset 34163 ed3ff1df715f
parent 34162 15794577bcf3
child 34164 edac06f3f46d
--- a/hgext/convert/__init__.py	Fri Jun 30 03:34:14 2017 +0200
+++ b/hgext/convert/__init__.py	Fri Jun 30 03:34:23 2017 +0200
@@ -61,6 +61,9 @@
 configitem('convert', 'git.saverev',
     default=True,
 )
+configitem('convert', 'git.similarity',
+    default=50,
+)
 
 # Commands definition was moved elsewhere to ease demandload job.