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