[PATCH 09 of 13] configitems: register the 'devel.cache-vfs' config

Boris Feld boris.feld at octobus.net
Mon Oct 9 04:21:56 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1507491682 -7200
#      Sun Oct 08 21:41:22 2017 +0200
# Node ID 797945ae8e8f270f20f0c4aa841546b1f8ea508d
# Parent  b1fac4afd28d6e1c891197f757b5764de8effd04
# EXP-Topic config.register
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 797945ae8e8f
configitems: register the 'devel.cache-vfs' config

diff -r b1fac4afd28d -r 797945ae8e8f mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 21:36:26 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 21:41:22 2017 +0200
@@ -116,6 +116,9 @@
 coreconfigitem('devel', 'bundle2.debug',
     default=False,
 )
+coreconfigitem('devel', 'cache-vfs',
+    default=None,
+)
 coreconfigitem('devel', 'check-locks',
     default=False,
 )


More information about the Mercurial-devel mailing list