# HG changeset patch # User Boris Feld # Date 1507924232 -7200 # Node ID 12a69c8063829c54eedcd18cd148825579be5cff # Parent b811f06b144d6ac7c2ee8661bed1c5789866267c configitem: register the 'notify.outgoing' config diff -r b811f06b144d -r 12a69c806382 hgext/notify.py --- a/hgext/notify.py Thu Oct 12 00:57:49 2017 +0200 +++ b/hgext/notify.py Fri Oct 13 21:50:32 2017 +0200 @@ -185,6 +185,9 @@ configitem('notify', 'merge', default=True, ) +configitem('notify', 'outgoing', + default=None, +) configitem('notify', 'sources', default='serve', )