changeset 34241:98fa9183de54

configitems: register the 'web.ipv6' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:47 +0200
parents c97a750c28a5
children e2d633f8ee65
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Jun 30 03:45:45 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:47 2017 +0200
@@ -625,6 +625,9 @@
 coreconfigitem('web', 'errorlog',
     default='-',
 )
+coreconfigitem('web', 'ipv6',
+    default=False,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )