diff 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
line wrap: on
line diff
--- a/tests/test-revert.out
+++ b/tests/test-revert.out
@@ -13,18 +13,18 @@ R a
 %% should show b added, copy saved, and c modified
 M c
 A b
-saving current version of b as b.bak
+saving current version of b as b.orig
 %% should show b unknown, b.bak unknown, and c modified
 M c
 ? b
-? b.bak
+? b.orig
 %% should show unknown: b b.bak
 ? b
-? b.bak
+? b.orig
 %% should show a b b.bak c e
 a
 b
-b.bak
+b.orig
 c
 e
 %% should save backup to e.0