tests/test-symlinks.t
changeset 47281 6763913fa175
parent 47129 93eb6c8035a9
child 48068 bf8837e3d7ce
equal deleted inserted replaced
47280:1766130fe9ba 47281:6763913fa175
     1 #require symlink
     1 #require symlink
     2 
     2 
     3 #testcases dirstate-v1 dirstate-v1-tree
     3 #testcases dirstate-v1 dirstate-v1-tree dirstate-v2
     4 
     4 
     5 #if dirstate-v1-tree
     5 #if dirstate-v1-tree
     6 #require rust
     6 #require rust
     7   $ echo '[experimental]' >> $HGRCPATH
     7   $ echo '[experimental]' >> $HGRCPATH
     8   $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH
     8   $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH
       
     9 #endif
       
    10 
       
    11 #if dirstate-v2
       
    12 #require rust
       
    13   $ echo '[format]' >> $HGRCPATH
       
    14   $ echo 'exp-dirstate-v2=1' >> $HGRCPATH
     9 #endif
    15 #endif
    10 
    16 
    11 == tests added in 0.7 ==
    17 == tests added in 0.7 ==
    12 
    18 
    13   $ hg init test-symlinks-0.7; cd test-symlinks-0.7;
    19   $ hg init test-symlinks-0.7; cd test-symlinks-0.7;