# HG changeset patch # User Boris Feld # Date 1507688084 -7200 # Node ID db935a5ea36442485df9ca27babcfc46a9f29044 # Parent 625202a44d88d05f4ccbc573bb3149ab7d702324 configitems: register the 'web.contact' config diff -r 625202a44d88 -r db935a5ea364 mercurial/configitems.py --- a/mercurial/configitems.py Wed Oct 11 04:14:33 2017 +0200 +++ b/mercurial/configitems.py Wed Oct 11 04:14:44 2017 +0200 @@ -730,6 +730,9 @@ coreconfigitem('web', 'cache', default=True, ) +coreconfigitem('web', 'contact', + default=None, +) coreconfigitem('web', 'accesslog', default='-', )