changeset 33464:56f98a3f97d2

configitems: register the 'bugzilla.style' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 07 Jul 2017 10:04:11 +0200
parents 037d809737fb
children 9a36b964165e
files hgext/bugzilla.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.'''