configitem: register the 'notify.changegroup' config

This commit is contained in:
Boris Feld 2017-10-13 21:50:43 +02:00
parent 780b696856
commit c15cf4e6bc

View File

@ -158,6 +158,9 @@ testedwith = 'ships-with-hg-core'
configtable = {}
configitem = registrar.configitem(configtable)
configitem('notify', 'changegroup',
default=None,
)
configitem('notify', 'config',
default=None,
)