##// 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 1 % file replaced with directory
2 2 adding a
3 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 5 % directory replaced with file
6 6 adding a/a
7 7 % should fail - would corrupt dirstate
8 abort: directory named 'a' already in dirstate
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 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