comparison mercurial/configitems.py @ 46310:fc2d5c0aed7f

persistent-nodemap: add a "warn" option to the slow-path config And make it the default until we get an abort option. Differential Revision: https://phab.mercurial-scm.org/D9761
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 13 Jan 2021 23:07:41 +0100
parents 05a1e44b2224
children 014ac7a32048
comparison
equal deleted inserted replaced
46309:2c9c88879ab7 46310:fc2d5c0aed7f
1795 ) 1795 )
1796 # experimental as long as format.use-persistent-nodemap is. 1796 # experimental as long as format.use-persistent-nodemap is.
1797 coreconfigitem( 1797 coreconfigitem(
1798 b'storage', 1798 b'storage',
1799 b'revlog.persistent-nodemap.slow-path', 1799 b'revlog.persistent-nodemap.slow-path',
1800 default=b"allow", 1800 default=b"warn",
1801 experimental=True, 1801 experimental=True,
1802 ) 1802 )
1803 1803
1804 coreconfigitem( 1804 coreconfigitem(
1805 b'storage', 1805 b'storage',