changeset 33433:f793e535b4b9

configitems: register the 'bugzilla.password' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 07 Jul 2017 10:04:05 +0200
parents fbfecd1dbfb5
children 9212fd003993
files hgext/bugzilla.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.'''