diff mercurial/configitems.py @ 34586:c364f3f73634

configitems: register the 'web.name' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:32:59 +0200
parents f28c85e29afc
children b50c036494dc
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Oct 11 03:29:09 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:32:59 2017 +0200
@@ -730,6 +730,9 @@
 coreconfigitem('web', 'ipv6',
     default=False,
 )
+coreconfigitem('web', 'name',
+    default=dynamicdefault,
+)
 coreconfigitem('web', 'port',
     default=8000,
 )