Mercurial > hg
annotate tests/test-issue322.out @ 8820:e8cb1fa0d4a9
test-convert-cvsnt-mergepoints: make it work on OS X.
- don't create file 'cvs' where directory 'CVS' already exists
author | Greg Ward <greg-hg@gerg.ca> |
---|---|
date | Mon, 15 Jun 2009 20:35:19 -0400 |
parents | e3dffbdc6522 |
children |
rev | line source |
---|---|
2953 | 1 % file replaced with directory |
2 adding a | |
3 % should fail - would corrupt dirstate | |
5051
e3dffbdc6522
update tests output
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
2953
diff
changeset
|
4 abort: file 'a' in dirstate clashes with 'a/a' |
2953 | 5 % directory replaced with file |
6 adding a/a | |
7 % should fail - would corrupt dirstate | |
5051
e3dffbdc6522
update tests output
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
2953
diff
changeset
|
8 abort: directory 'a' already in dirstate |
2953 | 9 % directory replaced with file |
10 adding b/c/d | |
11 % should fail - would corrupt dirstate | |
5051
e3dffbdc6522
update tests output
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
2953
diff
changeset
|
12 abort: directory 'b' already in dirstate |