view tests/test-revert.out @ 1926:ba198d17eea9

changes by John Levon to standardize some erroroutput
author Peter van Dijk <peter@dataloss.nl>
date Wed, 22 Feb 2006 15:57:43 +0100
parents 2bc6cd62a29c
children d436b21b20dc
line wrap: on
line source

%% 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