changeset 34229:6742e18e41f0

configitems: register the 'web.allow_archive' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:33 +0200
parents af4f0c74f8b5
children b0a567017647
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Jun 30 03:45:32 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:33 2017 +0200
@@ -588,6 +588,9 @@
 coreconfigitem('web', 'address',
     default='',
 )
+coreconfigitem('web', 'allow_archive',
+    default=list,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )