configitem: register the 'notify.incoming' config
authorBoris Feld <boris.feld@octobus.net>
Thu, 12 Oct 2017 00:57:49 +0200
changeset 34752 b811f06b144d
parent 34751 bbeaa5415266
child 34753 12a69c806382
configitem: register the 'notify.incoming' config
hgext/notify.py
--- a/hgext/notify.py	Thu Oct 12 00:44:45 2017 +0200
+++ b/hgext/notify.py	Thu Oct 12 00:57:49 2017 +0200
@@ -170,6 +170,9 @@
 configitem('notify', 'fromauthor',
     default=None,
 )
+configitem('notify', 'incoming',
+    default=None,
+)
 configitem('notify', 'maxdiff',
     default=300,
 )