tests/test-mq-qpush-exact.t
branchstable
changeset 14732 e9ed3506f066
parent 14256 d04ba50e104d
child 16913 f2719b387380
--- a/tests/test-mq-qpush-exact.t	Fri Jun 24 13:35:03 2011 -0500
+++ b/tests/test-mq-qpush-exact.t	Fri Jun 24 23:25:42 2011 +0300
@@ -163,12 +163,8 @@
   $ hg update 1 -q
   $ echo c0 >> f0
   $ hg qpush -e
-  applying p0
-  now at: p0
-  $ cat f0
-  c0
-  $ hg qpop -aq
-  patch queue now empty
+  abort: local changes found
+  [255]
   $ hg qpush -ef
   applying p0
   now at: p0
@@ -182,13 +178,8 @@
   $ hg update 1 -q
   $ echo c0 >> f0
   $ hg qpush -e p1
-  applying p0
-  applying p1
-  now at: p1
-  $ cat f0
-  c0
-  $ hg qpop -aq
-  patch queue now empty
+  abort: local changes found
+  [255]
   $ hg qpush -e p1 -f
   applying p0
   applying p1