diff tests/test-mq-guards @ 9365:b8dc3eba4f9d

mq: get rid of qnext, qprev and qtop
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 19 Aug 2009 12:51:07 +0200
parents 88887054d277
children f2acc0c00bec
line wrap: on
line diff
--- a/tests/test-mq-guards	Wed Aug 19 12:50:46 2009 +0200
+++ b/tests/test-mq-guards	Wed Aug 19 12:51:07 2009 +0200
@@ -59,8 +59,6 @@
 
 echo % should skip c.patch
 hg qpush -a
-echo % should display b.patch
-hg qtop
 
 hg qguard -n c.patch
 echo % should push c.patch
@@ -84,9 +82,6 @@
 echo % should push b.patch
 hg qpush
 hg qpush -a
-# Used to be an issue with holes in the patch sequence
-# So, put one hole on the base and ask for topmost patch.
-hg qtop
 hg qpop -a
 
 hg qselect 1 2