# HG changeset patch # User Boris Feld # Date 2017-10-13 19:50:32 # Node ID 12a69c8063829c54eedcd18cd148825579be5cff # Parent b811f06b144d6ac7c2ee8661bed1c5789866267c configitem: register the 'notify.outgoing' config diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -185,6 +185,9 @@ configitem('notify', 'mbox', configitem('notify', 'merge', default=True, ) +configitem('notify', 'outgoing', + default=None, +) configitem('notify', 'sources', default='serve', )