From patchwork Fri Jul 14 15:26:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [8,of,9,V2] configitems: register the 'bugzilla.version' config From: Boris Feld X-Patchwork-Id: 22342 Message-Id: <7a9c79633732fd90db14.1500045985@FB> To: mercurial-devel@mercurial-scm.org Cc: boris.feld@octobus.net Date: Fri, 14 Jul 2017 17:26:25 +0200 # HG changeset patch # User Boris Feld # Date 1499414661 -7200 # Fri Jul 07 10:04:21 2017 +0200 # Node ID 7a9c79633732fd90db14a33d13803cf34eb35028 # Parent 802831b0828c7c4910b8707d04a3678e9abaa523 # EXP-Topic config.register.bugzilla configitems: register the 'bugzilla.version' config diff -r 802831b0828c -r 7a9c79633732 hgext/bugzilla.py --- a/hgext/bugzilla.py Fri Jul 07 10:04:19 2017 +0200 +++ b/hgext/bugzilla.py Fri Jul 07 10:04:21 2017 +0200 @@ -375,6 +375,9 @@ configitem('bugzilla', 'usermap', default=None, ) +configitem('bugzilla', 'version', + default=None, +) class bzaccess(object): '''Base class for access to Bugzilla.'''