configitems: register the 'web.archivesubrepos' config
authorBoris Feld <boris.feld@octobus.net>
Mon, 16 Oct 2017 18:16:29 +0200
changeset 34828 46610c851216
parent 34827 96802496ecc0
child 34829 120c5c155ba4
configitems: register the 'web.archivesubrepos' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 22:22:27 2017 +0200
+++ b/mercurial/configitems.py	Mon Oct 16 18:16:29 2017 +0200
@@ -954,6 +954,9 @@
 coreconfigitem('web', 'allowzip',
     default=False,
 )
+coreconfigitem('web', 'archivesubrepos',
+    default=False,
+)
 coreconfigitem('web', 'cache',
     default=True,
 )