hgext/notify.py
changeset 34752 b811f06b144d
parent 33750 a0e28577f7d4
child 34753 12a69c806382
--- 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,
 )