hgext/bugzilla.py
changeset 25186 80c5b2666a96
parent 24987 fd7287f0b43c
child 25660 328739ea70c3
equal deleted inserted replaced
25185:bf6b476f3b36 25186:80c5b2666a96
   280 from mercurial.i18n import _
   280 from mercurial.i18n import _
   281 from mercurial.node import short
   281 from mercurial.node import short
   282 from mercurial import cmdutil, mail, util
   282 from mercurial import cmdutil, mail, util
   283 import re, time, urlparse, xmlrpclib
   283 import re, time, urlparse, xmlrpclib
   284 
   284 
       
   285 # Note for extension authors: ONLY specify testedwith = 'internal' for
       
   286 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
       
   287 # be specifying the version(s) of Mercurial they are tested with, or
       
   288 # leave the attribute unspecified.
   285 testedwith = 'internal'
   289 testedwith = 'internal'
   286 
   290 
   287 class bzaccess(object):
   291 class bzaccess(object):
   288     '''Base class for access to Bugzilla.'''
   292     '''Base class for access to Bugzilla.'''
   289 
   293