changeset 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 66adbe3c1046
files hgext/notify.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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,
 )