# HG changeset patch
# User Boris Feld <boris.f...@octobus.net>
# Date 1499414611 -7200
#      Fri Jul 07 10:03:31 2017 +0200
# Node ID 3d09ecfeedc7f19db069bd2cac8e269c7e561b05
# Parent  b98505c496cf15809cd90e5bdab5165d4731dbd8
# EXP-Topic config.register.bugzilla
configitems: register the 'bugzilla.bzuser' config

diff -r b98505c496cf -r 3d09ecfeedc7 hgext/bugzilla.py
--- a/hgext/bugzilla.py Fri Jul 07 10:03:28 2017 +0200
+++ b/hgext/bugzilla.py Fri Jul 07 10:03:31 2017 +0200
@@ -331,6 +331,9 @@
 configitem('bugzilla', 'bzurl',
     default='http://localhost/bugzilla/',
 )
+configitem('bugzilla', 'bzuser',
+    default=None,
+)
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to