Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 34249:e2d633f8ee65
configitems: register the 'web.port' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:48 +0200 |
parents | 98fa9183de54 |
children | d24816dfdcff |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:45:47 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:45:48 2017 +0200 @@ -628,6 +628,9 @@ coreconfigitem('web', 'ipv6', default=False, ) +coreconfigitem('web', 'port', + default=8000, +) coreconfigitem('worker', 'backgroundclose', default=dynamicdefault, )