Mercurial > hg
comparison tests/test-hgignore.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 |
---|---|
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-rc-dirstate-v2=1 | 6 > use-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 |