tests/test-revert.out
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 12 Jan 2006 21:55:19 +0100
changeset 1621 ee16f06174bd
parent 1487 2bc6cd62a29c
child 2029 d436b21b20dc
permissions -rw-r--r--
Restored old behaviour for 'hg co' and 'hg co -C' for removed files.

%% should show b unknown
? b
%% should show b unknown and c modified
M c
? b
%% should show b added and c modified
M c
A b
%% should show a removed, b added and c modified
M c
A b
R a
%% should show b added and c modified
M c
A b
%% should show b unknown and c modified
M c
? b
%% should show b unknown
? b
%% should show a b and c
a
b
c