[PATCH 09 of 10] configitems: register the 'bugzilla.usermap' config

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


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# 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.'''


More information about the Mercurial-devel mailing list