tests/test-issue322.out
author Patrick Mezard <pmezard@gmail.com>
Fri, 24 Apr 2009 10:34:11 +0200
changeset 8148 adce97d28389
parent 5051 e3dffbdc6522
permissions -rw-r--r--
convert/bzr: fix symlink handling (issue1626)

% file replaced with directory
adding a
% should fail - would corrupt dirstate
abort: file 'a' in dirstate clashes with 'a/a'
% directory replaced with file
adding a/a
% should fail - would corrupt dirstate
abort: directory 'a' already in dirstate
% directory replaced with file
adding b/c/d
% should fail - would corrupt dirstate
abort: directory 'b' already in dirstate