[PATCH 3 of 9 V2] configitems: register the 'bugzilla.style' config

Boris Feld boris.feld at octobus.net
Fri Jul 14 11:26:20 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 b6f7fa0605d77198e6459b1634e023cfa984a4f1
# Parent  57dd90ce60747fa07e60f6924b8337aa1ea11620
# EXP-Topic config.register.bugzilla
configitems: register the 'bugzilla.style' config

diff -r 57dd90ce6074 -r b6f7fa0605d7 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
@@ -360,6 +360,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