diff tests/test-revert @ 6110:81e20e01d465

status: put added files that have disappeared in the deleted list This gives the user an indication that something went wrong with this file: $ hg add foo $ rm foo $ hg status foo ! foo Fixes issue212.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 14 Feb 2008 18:08:16 -0200
parents 242595e612ed
children
line wrap: on
line diff
--- a/tests/test-revert	Thu Feb 14 18:08:16 2008 -0200
+++ b/tests/test-revert	Thu Feb 14 18:08:16 2008 -0200
@@ -32,7 +32,7 @@
 echo %% should show b added
 hg status b
 rm b
-echo %% should show b added
+echo %% should show b deleted
 hg status b
 hg revert -v b
 echo %% should not find b