changeset 48235 | 5c567aca080d |
parent 48223 | b4f83c9e7905 |
child 48295 | bf11ff22a9af |
48234:1837663ac216 | 48235:5c567aca080d |
---|---|
1 #testcases dirstate-v1 dirstate-v2 |
1 #testcases dirstate-v1 dirstate-v2 |
2 |
2 |
3 #if dirstate-v2 |
3 #if dirstate-v2 |
4 $ echo '[format]' >> $HGRCPATH |
4 $ cat >> $HGRCPATH << EOF |
5 $ echo 'exp-dirstate-v2=1' >> $HGRCPATH |
5 > [format] |
6 > exp-dirstate-v2=1 |
|
7 > [storage] |
|
8 > dirstate-v2.slow-path=allow |
|
9 > EOF |
|
6 #endif |
10 #endif |
7 |
11 |
8 $ hg init repo |
12 $ hg init repo |
9 $ cd repo |
13 $ cd repo |
10 $ echo a > a |
14 $ echo a > a |