tests/test-status.t
changeset 47129 93eb6c8035a9
parent 46489 fb6eca7b8c63
child 47130 cfbbafb04037
equal deleted inserted replaced
47128:bea4717415c0 47129:93eb6c8035a9
       
     1 #testcases dirstate-v1 dirstate-v1-tree
       
     2 
       
     3 #if dirstate-v1-tree
       
     4 #require rust
       
     5   $ echo '[experimental]' >> $HGRCPATH
       
     6   $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH
       
     7 #endif
       
     8 
     1   $ hg init repo1
     9   $ hg init repo1
     2   $ cd repo1
    10   $ cd repo1
     3   $ mkdir a b a/1 b/1 b/2
    11   $ mkdir a b a/1 b/1 b/2
     4   $ touch in_root a/in_a b/in_b a/1/in_a_1 b/1/in_b_1 b/2/in_b_2
    12   $ touch in_root a/in_a b/in_b a/1/in_a_1 b/1/in_b_1 b/2/in_b_2
     5 
    13