diff -r bbeaa5415266 -r b811f06b144d 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, )