configitems: register the 'web.contact' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 04:14:44 +0200
changeset 34606 db935a5ea364
parent 34605 625202a44d88
child 34607 3e6b36ba16ac
configitems: register the 'web.contact' config
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='-',
 )