hgext/convert/__init__.py
changeset 34166 79c01348ef34
parent 34165 5b8cb63c130c
child 34167 1a594c1d83f8
--- a/hgext/convert/__init__.py	Fri Jun 30 03:34:45 2017 +0200
+++ b/hgext/convert/__init__.py	Fri Jun 30 03:34:49 2017 +0200
@@ -70,6 +70,9 @@
 configitem('convert', 'hg.clonebranches',
     default=False,
 )
+configitem('convert', 'hg.ignoreerrors',
+    default=False,
+)
 
 # Commands definition was moved elsewhere to ease demandload job.