diff hgext/convert/__init__.py @ 34165:5b8cb63c130c

configitems: register the 'convert.hg.clonebranches' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:34:45 +0200
parents edac06f3f46d
children 79c01348ef34
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Fri Jun 30 03:34:32 2017 +0200
+++ b/hgext/convert/__init__.py	Fri Jun 30 03:34:45 2017 +0200
@@ -67,6 +67,9 @@
 configitem('convert', 'git.skipsubmodules',
     default=False,
 )
+configitem('convert', 'hg.clonebranches',
+    default=False,
+)
 
 # Commands definition was moved elsewhere to ease demandload job.