tests/test-issue322.out
author Martin Geisler <mg@lazybytes.net>
Mon, 02 Nov 2009 21:02:56 +0100
changeset 9700 26fc6024dd06
parent 5051 e3dffbdc6522
permissions -rw-r--r--
doc: use reST note directive The 'NOTE: bla bla' syntax was for asciidoc and is still present in a couple of docstrings. The docstrings will be converted to reST format when minirst knows how to handle it.

% 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