##// END OF EJS Templates
update tests output
Alexis S. L. Carvalho -
r5051:e3dffbdc default
parent child Browse files
Show More
@@ -1,12 +1,12 b''
1 % file replaced with directory
1 % file replaced with directory
2 adding a
2 adding a
3 % should fail - would corrupt dirstate
3 % should fail - would corrupt dirstate
4 abort: file named 'a' already in dirstate
4 abort: file 'a' in dirstate clashes with 'a/a'
5 % directory replaced with file
5 % directory replaced with file
6 adding a/a
6 adding a/a
7 % should fail - would corrupt dirstate
7 % should fail - would corrupt dirstate
8 abort: directory named 'a' already in dirstate
8 abort: directory 'a' already in dirstate
9 % directory replaced with file
9 % directory replaced with file
10 adding b/c/d
10 adding b/c/d
11 % should fail - would corrupt dirstate
11 % should fail - would corrupt dirstate
12 abort: directory named 'b' already in dirstate
12 abort: directory 'b' already in dirstate
General Comments 0
You need to be logged in to leave comments. Login now