[PATCH 05 of 10] configitems: register the 'bugzilla.style' config

Boris Feld boris.feld at octobus.net
Wed Jul 12 08:41:28 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1499414651 -7200
#      Fri Jul 07 10:04:11 2017 +0200
# Node ID 60189e1716c6dfd71b10f43aa49f6946d4021b2f
# Parent  69feb1d1d3d3b2d2dee30941cc910b7a1b98b04b
# EXP-Topic config.register.bugzilla
configitems: register the 'bugzilla.style' config

diff -r 69feb1d1d3d3 -r 60189e1716c6 hgext/bugzilla.py
--- a/hgext/bugzilla.py	Fri Jul 07 10:04:09 2017 +0200
+++ b/hgext/bugzilla.py	Fri Jul 07 10:04:11 2017 +0200
@@ -358,6 +358,9 @@
 configitem('bugzilla', 'strip',
     default=0,
 )
+configitem('bugzilla', 'style',
+    default=None,
+)
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''


More information about the Mercurial-devel mailing list