##// END OF EJS Templates
tests: unify test-dirstatedirs
tests: unify test-dirstatedirs

File last commit:

r11887:76818b28 default
r11887:76818b28 default
Show More
test-dirstate.t
17 lines | 322 B | text/troff | Tads3Lexer
Test dirstate._dirs refcounting:
$ hg init t
$ cd t
$ mkdir -p a/b/c/d
$ touch a/b/c/d/x
$ touch a/b/c/d/y
$ touch a/b/c/d/z
$ hg ci -Am m
adding a/b/c/d/x
adding a/b/c/d/y
adding a/b/c/d/z
$ hg mv a z
moving a/b/c/d/x to z/b/c/d/x
moving a/b/c/d/y to z/b/c/d/y
moving a/b/c/d/z to z/b/c/d/z