Mercurial > hg-stable
changeset 34525:100f0ddb029b
configitems: register the 'devel.cache-vfs' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 08 Oct 2017 21:41:22 +0200 |
parents | 99c5922b1641 |
children | 3999b74b6765 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, )