tests/test-revert.out
changeset 2036 c9226bcc288d
parent 2030 8d9ec30d58bc
child 2042 a514c7509fa9
--- a/tests/test-revert.out
+++ b/tests/test-revert.out
@@ -13,23 +13,25 @@ R a
 %% should show b added, copy saved, and c modified
 M c
 A b
-saving current version of b as b.orig
-%% should show b unknown, b.bak unknown, and c modified
+%% should show b unknown, b.orig unknown, and c modified
 M c
 ? b
 ? b.orig
-%% should show unknown: b b.bak
+%% should show unknown: b b.orig
 ? b
 ? b.orig
-%% should show a b b.bak c e
+%% should show a b b.orig c e
 a
 b
 b.orig
 c
 e
-%% should save backup to e.0
-saving current version of e as e.0
+%% should verbosely save backup to e.orig
+saving current version of e as e.orig
 reverting e
+resolving manifests
+getting e
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 %% should say no changes needed
 no changes needed to a
 %% should say file not managed