view tests/test-issue322.out @ 3867:d210a1b05cf6

Added signature for changeset 36a957364b1b89c150f2d0e60a99befe0ee08bd3
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 20:08:16 -0600
parents 3d5547845158
children e3dffbdc6522
line wrap: on
line source

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