diff hgext/notify.py @ 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 a0e28577f7d4
children 12a69c806382
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,
 )