changeset 34752:b811f06b144d

configitem: register the 'notify.incoming' config
author Boris Feld <boris.feld@octobus.net>
date Thu, 12 Oct 2017 00:57:49 +0200
parents bbeaa5415266
children 12a69c806382
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: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,
 )