diff hgext/convert/__init__.py @ 34166:79c01348ef34

configitems: register the 'convert.hg.ignoreerrors' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:34:49 +0200
parents 5b8cb63c130c
children 1a594c1d83f8
line wrap: on
line diff
--- 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.