configitems: register the 'convert.hg.revs' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:34:58 +0200
changeset 34167 1a594c1d83f8
parent 34166 79c01348ef34
child 34168 9bda5ce97be3
configitems: register the 'convert.hg.revs' config
hgext/convert/__init__.py
--- a/hgext/convert/__init__.py	Fri Jun 30 03:34:49 2017 +0200
+++ b/hgext/convert/__init__.py	Fri Jun 30 03:34:58 2017 +0200
@@ -73,6 +73,9 @@
 configitem('convert', 'hg.ignoreerrors',
     default=False,
 )
+configitem('convert', 'hg.revs',
+    default=None,
+)
 
 # Commands definition was moved elsewhere to ease demandload job.