mercurial/configitems.py
changeset 34606 db935a5ea364
parent 34605 625202a44d88
child 34607 3e6b36ba16ac
--- 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='-',
 )