[PATCH 4 of 9 V2] configitems: register the 'bugzilla.template' config

Boris Feld boris.feld at octobus.net
Fri Jul 14 11:26:21 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1499414653 -7200
#      Fri Jul 07 10:04:13 2017 +0200
# Node ID 4bd1ace2b13873052c6376f0656e55b3b11910e3
# Parent  b6f7fa0605d77198e6459b1634e023cfa984a4f1
# EXP-Topic config.register.bugzilla
configitems: register the 'bugzilla.template' config

diff -r b6f7fa0605d7 -r 4bd1ace2b138 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.'''


More information about the Mercurial-devel mailing list