hgext/bugzilla.py
changeset 33397 f656a4184a99
parent 33396 96d3e5c1fd25
child 33398 69d85abe4cba
equal deleted inserted replaced
33396:96d3e5c1fd25 33397:f656a4184a99
   328 configitem('bugzilla', 'bzemail',
   328 configitem('bugzilla', 'bzemail',
   329     default=None,
   329     default=None,
   330 )
   330 )
   331 configitem('bugzilla', 'bzurl',
   331 configitem('bugzilla', 'bzurl',
   332     default='http://localhost/bugzilla/',
   332     default='http://localhost/bugzilla/',
       
   333 )
       
   334 configitem('bugzilla', 'bzuser',
       
   335     default=None,
   333 )
   336 )
   334 
   337 
   335 class bzaccess(object):
   338 class bzaccess(object):
   336     '''Base class for access to Bugzilla.'''
   339     '''Base class for access to Bugzilla.'''
   337 
   340