From patchwork Wed Jul 12 12:41:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [05,of,10] configitems: register the 'bugzilla.style' config From: Boris Feld X-Patchwork-Id: 22258 Message-Id: <60189e1716c6dfd71b10.1499863288@FB> To: mercurial-devel@mercurial-scm.org Cc: boris.feld@octobus.net Date: Wed, 12 Jul 2017 14:41:28 +0200 # HG changeset patch # User Boris Feld # 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.'''