##// END OF EJS Templates
configitems: register the 'bugzilla.notify' config
Boris Feld -
r33524:a89f8329 default
parent child Browse files
Show More
@@ -301,6 +301,7 b' from mercurial.i18n import _'
301 301 from mercurial.node import short
302 302 from mercurial import (
303 303 cmdutil,
304 configitems,
304 305 error,
305 306 mail,
306 307 registrar,
@@ -352,6 +353,9 b" configitem('bugzilla', 'fixstatus',"
352 353 configitem('bugzilla', 'host',
353 354 default='localhost',
354 355 )
356 configitem('bugzilla', 'notify',
357 default=configitems.dynamicdefault,
358 )
355 359 configitem('bugzilla', 'password',
356 360 default=None,
357 361 )
General Comments 0
You need to be logged in to leave comments. Login now