mercurial/configitems.py
changeset 34586 c364f3f73634
parent 34585 f28c85e29afc
child 34587 b50c036494dc
--- 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,
 )