hgext/bugzilla.py
changeset 29841 d5883fd055c6
parent 29432 34b914ac573e
child 30478 f7d66746ec18
equal deleted inserted replaced
29840:4435d4c951ec 29841:d5883fd055c6
   292 )
   292 )
   293 
   293 
   294 urlparse = util.urlparse
   294 urlparse = util.urlparse
   295 xmlrpclib = util.xmlrpclib
   295 xmlrpclib = util.xmlrpclib
   296 
   296 
   297 # Note for extension authors: ONLY specify testedwith = 'internal' for
   297 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
   298 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   298 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   299 # be specifying the version(s) of Mercurial they are tested with, or
   299 # be specifying the version(s) of Mercurial they are tested with, or
   300 # leave the attribute unspecified.
   300 # leave the attribute unspecified.
   301 testedwith = 'internal'
   301 testedwith = 'ships-with-hg-core'
   302 
   302 
   303 class bzaccess(object):
   303 class bzaccess(object):
   304     '''Base class for access to Bugzilla.'''
   304     '''Base class for access to Bugzilla.'''
   305 
   305 
   306     def __init__(self, ui):
   306     def __init__(self, ui):