hgext/convert/__init__.py
changeset 34154 50f1c2d98db0
parent 34153 8860100908eb
child 34155 6ea92f1b7a87
--- a/hgext/convert/__init__.py	Fri Jun 30 03:32:53 2017 +0200
+++ b/hgext/convert/__init__.py	Fri Jun 30 03:33:06 2017 +0200
@@ -34,6 +34,9 @@
 configitem('convert', 'cvsps.cache',
     default=True,
 )
+configitem('convert', 'cvsps.fuzz',
+    default=60,
+)
 
 # Commands definition was moved elsewhere to ease demandload job.