mercurial/configitems.py
changeset 34242 e2d633f8ee65
parent 34241 98fa9183de54
child 34243 d24816dfdcff
--- 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,
 )