author | Boris Feld <boris.feld@octobus.net> |
Fri, 30 Jun 2017 03:45:47 +0200 | |
changeset 34241 | 98fa9183de54 |
parent 34240 | c97a750c28a5 |
child 34242 | e2d633f8ee65 |
--- 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, )