diff tests/test-mq-qpush-exact.t @ 14191:e1c34ce39fae

mq: don't suggest to refresh when qpushing with no applied patches
author Idan Kamara <idankk86@gmail.com>
date Wed, 04 May 2011 23:12:23 +0300
parents 31ec4d7eb63f
children d04ba50e104d
line wrap: on
line diff
--- a/tests/test-mq-qpush-exact.t	Wed May 04 20:14:30 2011 +0200
+++ b/tests/test-mq-qpush-exact.t	Wed May 04 23:12:23 2011 +0300
@@ -163,7 +163,7 @@
   $ hg update 1 -q
   $ echo c0 >> f0
   $ hg qpush -e
-  abort: local changes found, refresh first
+  abort: local changes found
   [255]
   $ hg qpush -ef
   applying p0
@@ -178,7 +178,7 @@
   $ hg update 1 -q
   $ echo c0 >> f0
   $ hg qpush -e p1
-  abort: local changes found, refresh first
+  abort: local changes found
   [255]
   $ hg qpush -e p1 -f
   applying p0
@@ -197,7 +197,7 @@
   $ echo cp0-bad >> fp0
   $ hg add fp0
   $ hg qpush -e
-  abort: local changes found, refresh first
+  abort: local changes found
   [255]
   $ hg qpush -ef
   applying p0
@@ -223,7 +223,7 @@
   $ echo cp1-bad >> fp1
   $ hg add fp1
   $ hg qpush -e p1
-  abort: local changes found, refresh first
+  abort: local changes found
   [255]
   $ hg qpush -e p1 -f
   applying p0