# HG changeset patch # User Boris Feld # Date 2017-10-13 19:50:43 # Node ID a0a727104eed6053a6a03d3207e81e1259d96bbe # Parent 12a69c8063829c54eedcd18cd148825579be5cff configitem: register the 'notify.changegroup' config diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -158,6 +158,9 @@ testedwith = 'ships-with-hg-core' configtable = {} configitem = registrar.configitem(configtable) +configitem('notify', 'changegroup', + default=None, +) configitem('notify', 'config', default=None, )