##// END OF EJS Templates
mq: test qtop with holes in the patch sequence.
Patrick Mezard -
r4340:23068518 default
parent child Browse files
Show More
@@ -76,6 +76,10 b' hg qpop -a'
76 76 hg qselect 2
77 77 echo % should push b.patch
78 78 hg qpush
79 hg qpush -a
80 # Used to be an issue with holes in the patch sequence
81 # So, put one hole on the base and ask for topmost patch.
82 hg qtop
79 83 hg qpop -a
80 84
81 85 hg qselect 1 2
@@ -46,6 +46,9 b' Patch queue now empty'
46 46 % should push b.patch
47 47 applying b.patch
48 48 Now at: b.patch
49 applying c.patch
50 Now at: c.patch
51 c.patch
49 52 Patch queue now empty
50 53 number of unguarded, unapplied patches has changed from 2 to 3
51 54 % should push a.patch, b.patch
General Comments 0
You need to be logged in to leave comments. Login now