tests/test-issue322.out
author Mads Kiilerich <mads@kiilerich.com>
Sat, 25 Jul 2009 02:20:27 +0200
changeset 9244 3f52a70959ce
parent 5051 e3dffbdc6522
permissions -rw-r--r--
tests/hghave: bzr114 checks for bzr >= 1.14 Everything but the implementation indicated that bzr114 also should be true for "or higher".

% 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