changeset 34753:12a69c806382

configitem: register the 'notify.outgoing' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 21:50:32 +0200
parents b811f06b144d
children a0a727104eed
files hgext/notify.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
 )