[PATCH 06 of 10] configitems: register the 'bugzilla.template' config

Boris Feld boris.feld at octobus.net
Wed Jul 12 08:41:29 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 a8c4ac38c3d2f0e52653de1814a71fdc8801ee12
# Parent  60189e1716c6dfd71b10f43aa49f6946d4021b2f
# EXP-Topic config.register.bugzilla
configitems: register the 'bugzilla.template' config

diff -r 60189e1716c6 -r a8c4ac38c3d2 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
@@ -361,6 +361,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