diff hgext/notify.py @ 34754:a0a727104eed

configitem: register the 'notify.changegroup' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 21:50:43 +0200
parents 12a69c806382
children a981ab2a1b4c
line wrap: on
line diff
--- 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,
 )