changeset 45942 | 89a2afe31e82 |
parent 45268 | 3c2fae87bd5a |
child 48875 | 6000f5b25c9b |
--- a/hgext/hooklib/changeset_published.py Fri Nov 27 17:00:00 2020 -0500 +++ b/hgext/hooklib/changeset_published.py Fri Nov 27 17:03:29 2020 -0500 @@ -39,10 +39,14 @@ configitem = registrar.configitem(configtable) configitem( - b'notify_published', b'domain', default=None, + b'notify_published', + b'domain', + default=None, ) configitem( - b'notify_published', b'messageidseed', default=None, + b'notify_published', + b'messageidseed', + default=None, ) configitem( b'notify_published',