hgext/bugzilla.py
changeset 33465 9a36b964165e
parent 33464 56f98a3f97d2
child 33466 9443a946efdc
equal deleted inserted replaced
33464:56f98a3f97d2 33465:9a36b964165e
   359 )
   359 )
   360 configitem('bugzilla', 'strip',
   360 configitem('bugzilla', 'strip',
   361     default=0,
   361     default=0,
   362 )
   362 )
   363 configitem('bugzilla', 'style',
   363 configitem('bugzilla', 'style',
       
   364     default=None,
       
   365 )
       
   366 configitem('bugzilla', 'template',
   364     default=None,
   367     default=None,
   365 )
   368 )
   366 
   369 
   367 class bzaccess(object):
   370 class bzaccess(object):
   368     '''Base class for access to Bugzilla.'''
   371     '''Base class for access to Bugzilla.'''