comparison mercurial/configitems.py @ 46311:014ac7a32048

persistent-nodemap: add a "abort" option to the slow-path config We make it the default, and document the behavior in the help for the main config option. Differential Revision: https://phab.mercurial-scm.org/D9762
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 13 Jan 2021 23:41:37 +0100
parents fc2d5c0aed7f
children 28899b6f4480
comparison
equal deleted inserted replaced
46310:fc2d5c0aed7f 46311:014ac7a32048
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"warn", 1800 default=b"abort",
1801 experimental=True, 1801 experimental=True,
1802 ) 1802 )
1803 1803
1804 coreconfigitem( 1804 coreconfigitem(
1805 b'storage', 1805 b'storage',