##// END OF EJS Templates
configitem: register the 'notify.changegroup' config
Boris Feld -
r34755:a0a72710 default
parent child Browse files
Show More
@@ -158,6 +158,9 b" testedwith = 'ships-with-hg-core'"
158 configtable = {}
158 configtable = {}
159 configitem = registrar.configitem(configtable)
159 configitem = registrar.configitem(configtable)
160
160
161 configitem('notify', 'changegroup',
162 default=None,
163 )
161 configitem('notify', 'config',
164 configitem('notify', 'config',
162 default=None,
165 default=None,
163 )
166 )
General Comments 0
You need to be logged in to leave comments. Login now