tests/test-symlinks.t
changeset 47129 93eb6c8035a9
parent 45846 96ca817ec192
child 47281 6763913fa175
equal deleted inserted replaced
47128:bea4717415c0 47129:93eb6c8035a9
     1 #require symlink
     1 #require symlink
       
     2 
       
     3 #testcases dirstate-v1 dirstate-v1-tree
       
     4 
       
     5 #if dirstate-v1-tree
       
     6 #require rust
       
     7   $ echo '[experimental]' >> $HGRCPATH
       
     8   $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH
       
     9 #endif
     2 
    10 
     3 == tests added in 0.7 ==
    11 == tests added in 0.7 ==
     4 
    12 
     5   $ hg init test-symlinks-0.7; cd test-symlinks-0.7;
    13   $ hg init test-symlinks-0.7; cd test-symlinks-0.7;
     6   $ touch foo; ln -s foo bar; ln -s nonexistent baz
    14   $ touch foo; ln -s foo bar; ln -s nonexistent baz