# HG changeset patch # User Boris Feld # Date 2017-07-07 08:04:05 # Node ID f793e535b4b9ee6e6eaa19b0a5028e6d6c154ce2 # Parent fbfecd1dbfb5dc95635f7b4e9024ba0b9ff60a3b configitems: register the 'bugzilla.password' config diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -349,6 +349,9 @@ configitem('bugzilla', 'fixstatus', configitem('bugzilla', 'host', default='localhost', ) +configitem('bugzilla', 'password', + default=None, +) class bzaccess(object): '''Base class for access to Bugzilla.'''