hgext/convert/__init__.py
changeset 34153 8860100908eb
parent 33388 0823f0983eaa
child 34154 50f1c2d98db0
--- a/hgext/convert/__init__.py	Wed Sep 13 20:39:01 2017 -0700
+++ b/hgext/convert/__init__.py	Fri Jun 30 03:32:53 2017 +0200
@@ -28,6 +28,13 @@
 # leave the attribute unspecified.
 testedwith = 'ships-with-hg-core'
 
+configtable = {}
+configitem = registrar.configitem(configtable)
+
+configitem('convert', 'cvsps.cache',
+    default=True,
+)
+
 # Commands definition was moved elsewhere to ease demandload job.
 
 @command('convert',