##// END OF EJS Templates
configitems: register the 'bugzilla.password' config
Boris Feld -
r33433:f793e535 default
parent child Browse files
Show More
@@ -349,6 +349,9 b" configitem('bugzilla', 'fixstatus',"
349 configitem('bugzilla', 'host',
349 configitem('bugzilla', 'host',
350 default='localhost',
350 default='localhost',
351 )
351 )
352 configitem('bugzilla', 'password',
353 default=None,
354 )
352
355
353 class bzaccess(object):
356 class bzaccess(object):
354 '''Base class for access to Bugzilla.'''
357 '''Base class for access to Bugzilla.'''
General Comments 0
You need to be logged in to leave comments. Login now