configitems: register the 'bugzilla.password' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 07 Jul 2017 10:04:05 +0200
changeset 33433 f793e535b4b9
parent 33432 fbfecd1dbfb5
child 33434 9212fd003993
configitems: register the 'bugzilla.password' config
hgext/bugzilla.py
--- a/hgext/bugzilla.py	Fri Jul 07 10:04:03 2017 +0200
+++ b/hgext/bugzilla.py	Fri Jul 07 10:04:05 2017 +0200
@@ -349,6 +349,9 @@
 configitem('bugzilla', 'host',
     default='localhost',
 )
+configitem('bugzilla', 'password',
+    default=None,
+)
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''