sapling/tests/test-issue322.out

13 lines
372 B
Plaintext
Raw Normal View History

% file replaced with directory
adding a
% should fail - would corrupt dirstate
2007-08-02 08:56:08 +04:00
abort: file 'a' in dirstate clashes with 'a/a'
% directory replaced with file
adding a/a
% should fail - would corrupt dirstate
2007-08-02 08:56:08 +04:00
abort: directory 'a' already in dirstate
% directory replaced with file
adding b/c/d
% should fail - would corrupt dirstate
2007-08-02 08:56:08 +04:00
abort: directory 'b' already in dirstate