tests/test-mq-qpush-exact.t
changeset 14256 d04ba50e104d
parent 14191 e1c34ce39fae
child 14732 e9ed3506f066
--- a/tests/test-mq-qpush-exact.t	Fri May 06 19:03:41 2011 +0300
+++ b/tests/test-mq-qpush-exact.t	Fri May 06 19:55:46 2011 +0300
@@ -163,8 +163,12 @@
   $ hg update 1 -q
   $ echo c0 >> f0
   $ hg qpush -e
-  abort: local changes found
-  [255]
+  applying p0
+  now at: p0
+  $ cat f0
+  c0
+  $ hg qpop -aq
+  patch queue now empty
   $ hg qpush -ef
   applying p0
   now at: p0
@@ -178,8 +182,13 @@
   $ hg update 1 -q
   $ echo c0 >> f0
   $ hg qpush -e p1
-  abort: local changes found
-  [255]
+  applying p0
+  applying p1
+  now at: p1
+  $ cat f0
+  c0
+  $ hg qpop -aq
+  patch queue now empty
   $ hg qpush -e p1 -f
   applying p0
   applying p1