tests/test-issue322.out
author Martin Geisler <mg@lazybytes.net>
Sun, 17 May 2009 16:25:48 +0200
changeset 8517 110763cc3ab0
parent 5051 e3dffbdc6522
permissions -rw-r--r--
templater: lowercase error message Changing this messages should be safe: automated scripts ought to have debugged their templates and wont grep for this error message.

% 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