##// END OF EJS Templates
test-issue660: add dirstate-v2 variant...
Raphaël Gomès -
r49918:524819ab default
parent child Browse files
Show More
@@ -1,3 +1,14 b''
1 #testcases dirstate-v1 dirstate-v2
2
3 #if dirstate-v2
4 $ cat >> $HGRCPATH << EOF
5 > [format]
6 > use-dirstate-v2=1
7 > [storage]
8 > dirstate-v2.slow-path=allow
9 > EOF
10 #endif
11
1 https://bz.mercurial-scm.org/660 and:
12 https://bz.mercurial-scm.org/660 and:
2 https://bz.mercurial-scm.org/322
13 https://bz.mercurial-scm.org/322
3
14
General Comments 0
You need to be logged in to leave comments. Login now