configitems: register the 'bugzilla.style' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 07 Jul 2017 10:04:11 +0200
changeset 33464 56f98a3f97d2
parent 33463 037d809737fb
child 33465 9a36b964165e
configitems: register the 'bugzilla.style' config
hgext/bugzilla.py
--- a/hgext/bugzilla.py	Fri Jul 07 10:04:09 2017 +0200
+++ b/hgext/bugzilla.py	Fri Jul 07 10:04:11 2017 +0200
@@ -360,6 +360,9 @@
 configitem('bugzilla', 'strip',
     default=0,
 )
+configitem('bugzilla', 'style',
+    default=None,
+)
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''