configitem: register the 'notify.outgoing' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 13 Oct 2017 21:50:32 +0200
changeset 34753 12a69c806382
parent 34752 b811f06b144d
child 34754 a0a727104eed
configitem: register the 'notify.outgoing' config
hgext/notify.py
--- a/hgext/notify.py	Thu Oct 12 00:57:49 2017 +0200
+++ b/hgext/notify.py	Fri Oct 13 21:50:32 2017 +0200
@@ -185,6 +185,9 @@
 configitem('notify', 'merge',
     default=True,
 )
+configitem('notify', 'outgoing',
+    default=None,
+)
 configitem('notify', 'sources',
     default='serve',
 )