hgext/bugzilla.py
branchstable
changeset 34917 ee9243715c59
parent 34368 00cf44b7baa9
child 35151 b45a9d121b53
equal deleted inserted replaced
34916:346781c41597 34917:ee9243715c59
   299 
   299 
   300 from mercurial.i18n import _
   300 from mercurial.i18n import _
   301 from mercurial.node import short
   301 from mercurial.node import short
   302 from mercurial import (
   302 from mercurial import (
   303     cmdutil,
   303     cmdutil,
   304     configitems,
       
   305     error,
   304     error,
   306     mail,
   305     mail,
   307     registrar,
   306     registrar,
   308     url,
   307     url,
   309     util,
   308     util,
   352 )
   351 )
   353 configitem('bugzilla', 'host',
   352 configitem('bugzilla', 'host',
   354     default='localhost',
   353     default='localhost',
   355 )
   354 )
   356 configitem('bugzilla', 'notify',
   355 configitem('bugzilla', 'notify',
   357     default=configitems.dynamicdefault,
   356     default=configitem.dynamicdefault,
   358 )
   357 )
   359 configitem('bugzilla', 'password',
   358 configitem('bugzilla', 'password',
   360     default=None,
   359     default=None,
   361 )
   360 )
   362 configitem('bugzilla', 'regexp',
   361 configitem('bugzilla', 'regexp',