comparison tests/test-symlinks.t @ 48674:f7086f6173f8 stable

dirstate-v2: rename the configuration to enable the format The rename of the old experimental name was overlooked before the 6.0 release. We rename everything to use the new name (and keep the released name as an alias for compatibility). Differential Revision: https://phab.mercurial-scm.org/D12129
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 01 Feb 2022 16:36:20 +0100
parents bf11ff22a9af
children e845537f6adb
comparison
equal deleted inserted replaced
48670:6d2ddea0721a 48674:f7086f6173f8
3 #testcases dirstate-v1 dirstate-v2 3 #testcases dirstate-v1 dirstate-v2
4 4
5 #if dirstate-v2 5 #if dirstate-v2
6 $ cat >> $HGRCPATH << EOF 6 $ cat >> $HGRCPATH << EOF
7 > [format] 7 > [format]
8 > exp-rc-dirstate-v2=1 8 > use-dirstate-v2=1
9 > [storage] 9 > [storage]
10 > dirstate-v2.slow-path=allow 10 > dirstate-v2.slow-path=allow
11 > EOF 11 > EOF
12 #endif 12 #endif
13 13