configitem: register the 'notify.changegroup' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 13 Oct 2017 21:50:43 +0200
changeset 34754 a0a727104eed
parent 34753 12a69c806382
child 34755 66adbe3c1046
configitem: register the 'notify.changegroup' config
hgext/notify.py
--- a/hgext/notify.py	Fri Oct 13 21:50:32 2017 +0200
+++ b/hgext/notify.py	Fri Oct 13 21:50:43 2017 +0200
@@ -158,6 +158,9 @@
 configtable = {}
 configitem = registrar.configitem(configtable)
 
+configitem('notify', 'changegroup',
+    default=None,
+)
 configitem('notify', 'config',
     default=None,
 )