configitems: register the 'bugzilla.bzuser' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 07 Jul 2017 10:03:31 +0200
changeset 33397 f656a4184a99
parent 33396 96d3e5c1fd25
child 33398 69d85abe4cba
configitems: register the 'bugzilla.bzuser' config
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.'''