tests/test-confused-revert.t
changeset 39405 cb70501d8b71
parent 28963 fc1d75e7a98d
child 45827 8d72e29ad1e0
--- a/tests/test-confused-revert.t	Mon Sep 03 10:44:52 2018 +0530
+++ b/tests/test-confused-revert.t	Fri Aug 31 23:28:09 2018 +0530
@@ -14,8 +14,8 @@
   R a
 
   $ hg revert --all
+  forgetting b
   undeleting a
-  forgetting b
 
 Should show b unknown and a back to normal:
 
@@ -66,8 +66,8 @@
 Revert should be ok now:
 
   $ hg revert -r2 --all
+  forgetting b
   undeleting a
-  forgetting b
 
 Should show b unknown and a marked modified (merged):