changeset 33465:9a36b964165e

configitems: register the 'bugzilla.template' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 07 Jul 2017 10:04:13 +0200
parents 56f98a3f97d2
children 9443a946efdc
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: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.'''