# HG changeset patch # User Boris Feld # Date 2017-06-30 01:45:47 # Node ID 98fa9183de547a7e030bc761d2842554d0bac1a2 # Parent c97a750c28a597466a6522e1025567be03325cf6 configitems: register the 'web.ipv6' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -625,6 +625,9 @@ coreconfigitem('web', 'encoding', coreconfigitem('web', 'errorlog', default='-', ) +coreconfigitem('web', 'ipv6', + default=False, +) coreconfigitem('worker', 'backgroundclose', default=dynamicdefault, )