comparison tests/test-dirstate-race.t @ 48295:bf11ff22a9af

dirstate-v2: freeze the on-disk format It seems the format as reached a good balance. With a core of new capabilities that motivated it initially and enough new feature and room for future improvement to be a clear progress we can set a milestone for. Having the format frozen will help the feature to get real life testing, outside of the test suite. The feature itself stay experimental but the config gains a new name to avoid people enable non-frozen version by default. If too many bugs are reported during the RC we might move the format back to experimental and drop its support in future version (in favor of a new one) Differential Revision: https://phab.mercurial-scm.org/D11709
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 20 Oct 2021 00:57:02 +0200
parents 5c567aca080d
children f3f41e23c1fa f7086f6173f8
comparison
equal deleted inserted replaced
48294:e2836d08c88c 48295:bf11ff22a9af
1 #testcases dirstate-v1 dirstate-v2 1 #testcases dirstate-v1 dirstate-v2
2 2
3 #if dirstate-v2 3 #if dirstate-v2
4 $ cat >> $HGRCPATH << EOF 4 $ cat >> $HGRCPATH << EOF
5 > [format] 5 > [format]
6 > exp-dirstate-v2=1 6 > exp-rc-dirstate-v2=1
7 > [storage] 7 > [storage]
8 > dirstate-v2.slow-path=allow 8 > dirstate-v2.slow-path=allow
9 > EOF 9 > EOF
10 #endif 10 #endif
11 11