author | Matt Mackall <mpm@selenic.com> |
Mon, 11 Jun 2007 21:09:24 -0500 | |
changeset 4547 | 8774d2cafe4d |
parent 2953 | 3d5547845158 |
child 5051 | e3dffbdc6522 |
permissions | -rw-r--r-- |
2953 | 1 |
% file replaced with directory |
2 |
adding a |
|
3 |
% should fail - would corrupt dirstate |
|
4 |
abort: file named 'a' already in dirstate |
|
5 |
% directory replaced with file |
|
6 |
adding a/a |
|
7 |
% should fail - would corrupt dirstate |
|
8 |
abort: directory named 'a' already in dirstate |
|
9 |
% directory replaced with file |
|
10 |
adding b/c/d |
|
11 |
% should fail - would corrupt dirstate |
|
12 |
abort: directory named 'b' already in dirstate |