[PATCH 3 of 7] configitems: register the 'web.archivesubrepos' config

Boris Feld boris.feld at octobus.net
Mon Oct 16 12:53:28 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1508170589 -7200
#      Mon Oct 16 18:16:29 2017 +0200
# Node ID 1d8be35f0dbac0caca48f0feae19a0ca221bc7b3
# Parent  3db230155faa26b3abcf8cbb05bcf213a2232e01
# EXP-Topic config.register.ready
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 1d8be35f0dba
configitems: register the 'web.archivesubrepos' config

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -944,6 +944,9 @@
 coreconfigitem('web', 'allowzip',
     default=False,
 )
+coreconfigitem('web', 'archivesubrepos',
+    default=False,
+)
 coreconfigitem('web', 'cache',
     default=True,
 )


More information about the Mercurial-devel mailing list