Show More
@@ -1,12 +1,12 b'' | |||
|
1 | 1 | % file replaced with directory |
|
2 | 2 | adding a |
|
3 | 3 | % should fail - would corrupt dirstate |
|
4 |
abort: file |
|
|
4 | abort: file 'a' in dirstate clashes with 'a/a' | |
|
5 | 5 | % directory replaced with file |
|
6 | 6 | adding a/a |
|
7 | 7 | % should fail - would corrupt dirstate |
|
8 |
abort: directory |
|
|
8 | abort: directory 'a' already in dirstate | |
|
9 | 9 | % directory replaced with file |
|
10 | 10 | adding b/c/d |
|
11 | 11 | % should fail - would corrupt dirstate |
|
12 |
abort: directory |
|
|
12 | abort: directory 'b' already in dirstate |
General Comments 0
You need to be logged in to leave comments.
Login now