Show More
@@ -1,11 +1,17 b'' | |||
|
1 | #!/bin/sh | |
|
1 | Test dirstate._dirs refcounting: | |
|
2 | 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/ |
|
|
8 |
touch a/b/c/d/ |
|
|
9 | touch a/b/c/d/z | |
|
10 | hg ci -Am m | |
|
11 | hg mv a z | |
|
3 | $ hg init t | |
|
4 | $ cd t | |
|
5 | $ mkdir -p a/b/c/d | |
|
6 | $ touch a/b/c/d/x | |
|
7 | $ touch a/b/c/d/y | |
|
8 | $ touch a/b/c/d/z | |
|
9 | $ hg ci -Am m | |
|
10 | adding a/b/c/d/x | |
|
11 | adding a/b/c/d/y | |
|
12 | adding a/b/c/d/z | |
|
13 | $ hg mv a z | |
|
14 | moving a/b/c/d/x to z/b/c/d/x | |
|
15 | moving a/b/c/d/y to z/b/c/d/y | |
|
16 | moving a/b/c/d/z to z/b/c/d/z | |
|
17 |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now