tests/test-dirstate-race.t
changeset 47129 93eb6c8035a9
parent 45771 f90a5c211251
child 47281 6763913fa175
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 repo
     9   $ hg init repo
     2   $ cd repo
    10   $ cd repo
     3   $ echo a > a
    11   $ echo a > a
     4   $ hg add a
    12   $ hg add a
     5   $ hg commit -m test
    13   $ hg commit -m test