mercurial/configitems.py
changeset 34241 f6d25ffc8b7f
parent 34240 25b24a3e5a9e
child 34242 147104631eac
--- a/mercurial/configitems.py	Fri Jun 30 03:45:37 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:38 2017 +0200
@@ -603,6 +603,9 @@
 coreconfigitem('web', 'certificate',
     default=None,
 )
+coreconfigitem('web', 'collapse',
+    default=False,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )