comparison tests/test-mq-guards @ 9439:f2acc0c00bec

Backed out premature qprev/qnext removal
author Matt Mackall <mpm@selenic.com>
date Mon, 14 Sep 2009 16:39:24 -0500
parents b8dc3eba4f9d
children 717c35d55fb3
comparison
equal deleted inserted replaced
9365:b8dc3eba4f9d 9439:f2acc0c00bec
57 echo % should print -a 57 echo % should print -a
58 hg qguard c.patch 58 hg qguard c.patch
59 59
60 echo % should skip c.patch 60 echo % should skip c.patch
61 hg qpush -a 61 hg qpush -a
62 echo % should display b.patch
63 hg qtop
62 64
63 hg qguard -n c.patch 65 hg qguard -n c.patch
64 echo % should push c.patch 66 echo % should push c.patch
65 hg qpush -a 67 hg qpush -a
66 68
80 82
81 hg qselect 2 83 hg qselect 2
82 echo % should push b.patch 84 echo % should push b.patch
83 hg qpush 85 hg qpush
84 hg qpush -a 86 hg qpush -a
87 # Used to be an issue with holes in the patch sequence
88 # So, put one hole on the base and ask for topmost patch.
89 hg qtop
85 hg qpop -a 90 hg qpop -a
86 91
87 hg qselect 1 2 92 hg qselect 1 2
88 echo % should push a.patch, b.patch 93 echo % should push a.patch, b.patch
89 hg qpush 94 hg qpush