changeset 34606:db935a5ea364

configitems: register the 'web.contact' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:14:44 +0200
parents 625202a44d88
children 3e6b36ba16ac
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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='-',
 )