# HG changeset patch # User Boris Feld # Date 1507762669 -7200 # Node ID b811f06b144d6ac7c2ee8661bed1c5789866267c # Parent bbeaa5415266704361a8acfd3641bf63d966880c configitem: register the 'notify.incoming' config 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, )