tests/test-dirstatedirs
changeset 7096 6dab29f6df37
equal deleted inserted replaced
7095:0ed11838bd1a 7096:6dab29f6df37
       
     1 #!/bin/sh
       
     2 
       
     3 # test dirstate._dirs refcounting
       
     4 hg init t
       
     5 cd t
       
     6 mkdir -p a/b/c/d
       
     7 touch a/b/c/d/x
       
     8 touch a/b/c/d/y
       
     9 touch a/b/c/d/z
       
    10 hg ci -Am m
       
    11 hg mv a z