From patchwork Wed Jul 12 12:41:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09,of,10] configitems: register the 'bugzilla.usermap' config From: Boris Feld X-Patchwork-Id: 22260 Message-Id: <26a2797083007305df1f.1499863292@FB> To: mercurial-devel@mercurial-scm.org Cc: boris.feld@octobus.net Date: Wed, 12 Jul 2017 14:41:32 +0200 # HG changeset patch # User Boris Feld # Date 1499414659 -7200 # Fri Jul 07 10:04:19 2017 +0200 # Node ID 26a2797083007305df1f79cf9edf1675e51745a2 # Parent b3631f450acf389945b3abd5c68137f7f06e783d # EXP-Topic config.register.bugzilla configitems: register the 'bugzilla.usermap' config diff -r b3631f450acf -r 26a279708300 hgext/bugzilla.py --- a/hgext/bugzilla.py Fri Jul 07 10:04:17 2017 +0200 +++ b/hgext/bugzilla.py Fri Jul 07 10:04:19 2017 +0200 @@ -370,6 +370,9 @@ configitem('bugzilla', 'user', default='bugs', ) +configitem('bugzilla', 'usermap', + default=None, +) class bzaccess(object): '''Base class for access to Bugzilla.'''