comparison tests/test-revert.out @ 2030:8d9ec30d58bc

forgot to rerun tests after changed backup extension to .orig. thomas a.h. found this.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 31 Mar 2006 10:52:56 -0800
parents d436b21b20dc
children c9226bcc288d
comparison
equal deleted inserted replaced
2029:d436b21b20dc 2030:8d9ec30d58bc
11 A b 11 A b
12 R a 12 R a
13 %% should show b added, copy saved, and c modified 13 %% should show b added, copy saved, and c modified
14 M c 14 M c
15 A b 15 A b
16 saving current version of b as b.bak 16 saving current version of b as b.orig
17 %% should show b unknown, b.bak unknown, and c modified 17 %% should show b unknown, b.bak unknown, and c modified
18 M c 18 M c
19 ? b 19 ? b
20 ? b.bak 20 ? b.orig
21 %% should show unknown: b b.bak 21 %% should show unknown: b b.bak
22 ? b 22 ? b
23 ? b.bak 23 ? b.orig
24 %% should show a b b.bak c e 24 %% should show a b b.bak c e
25 a 25 a
26 b 26 b
27 b.bak 27 b.orig
28 c 28 c
29 e 29 e
30 %% should save backup to e.0 30 %% should save backup to e.0
31 saving current version of e as e.0 31 saving current version of e as e.0
32 reverting e 32 reverting e