##// END OF EJS Templates
configitems: register the 'bugzilla.style' config
Boris Feld -
r33464:56f98a3f default
parent child Browse files
Show More
@@ -360,6 +360,9 b" configitem('bugzilla', 'regexp',"
360 configitem('bugzilla', 'strip',
360 configitem('bugzilla', 'strip',
361 default=0,
361 default=0,
362 )
362 )
363 configitem('bugzilla', 'style',
364 default=None,
365 )
363
366
364 class bzaccess(object):
367 class bzaccess(object):
365 '''Base class for access to Bugzilla.'''
368 '''Base class for access to Bugzilla.'''
General Comments 0
You need to be logged in to leave comments. Login now