##// 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 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,
304 error,
305 error,
305 mail,
306 mail,
306 registrar,
307 registrar,
@@ -352,6 +353,9 b" configitem('bugzilla', 'fixstatus',"
352 configitem('bugzilla', 'host',
353 configitem('bugzilla', 'host',
353 default='localhost',
354 default='localhost',
354 )
355 )
356 configitem('bugzilla', 'notify',
357 default=configitems.dynamicdefault,
358 )
355 configitem('bugzilla', 'password',
359 configitem('bugzilla', 'password',
356 default=None,
360 default=None,
357 )
361 )
General Comments 0
You need to be logged in to leave comments. Login now