tests/test-issue322.out
author Matt Mackall <mpm@selenic.com>
Thu, 13 May 2010 11:30:49 -0500
branchstable
changeset 11170 08578751a20f
parent 5051 e3dffbdc6522
permissions -rw-r--r--
Added tag 1.5.3 for changeset fdcf80f26604

% 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