tests/test-revert.out
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 23 Feb 2006 22:37:29 +0100
changeset 1799 b942f5cfd326
parent 1487 2bc6cd62a29c
child 2029 d436b21b20dc
permissions -rw-r--r--
Replaced fixed window size for walkchangerevs with an increasing one. Window sizes starts at 8 (for good interactiveness) and doubles with each window until it is 512, which seems to be the maximum efficient value.

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