diff -r a514c7509fa9 -r 968f036f93a4 tests/test-revert --- a/tests/test-revert Mon Apr 03 10:02:09 2006 -0700 +++ b/tests/test-revert Mon Apr 03 21:01:33 2006 +0200 @@ -22,12 +22,12 @@ echo %% should show b added, copy saved, and c modified hg status hg revert b -echo %% should show b unknown, b.orig unknown, and c modified +echo %% should show b unknown, and c modified hg status hg revert --no-backup c -echo %% should show unknown: b b.orig +echo %% should show unknown: b hg status -echo %% should show a b b.orig c e +echo %% should show a b c e ls echo %% should verbosely save backup to e.orig echo z > e