# HG changeset patch
# User Boris Feld <boris.f...@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,
 )
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to