Show More
@@ -76,6 +76,10 b' hg qpop -a' | |||||
76 | hg qselect 2 |
|
76 | hg qselect 2 | |
77 | echo % should push b.patch |
|
77 | echo % should push b.patch | |
78 | hg qpush |
|
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 | hg qpop -a |
|
83 | hg qpop -a | |
80 |
|
84 | |||
81 | hg qselect 1 2 |
|
85 | hg qselect 1 2 |
@@ -46,6 +46,9 b' Patch queue now empty' | |||||
46 | % should push b.patch |
|
46 | % should push b.patch | |
47 | applying b.patch |
|
47 | applying b.patch | |
48 | Now at: b.patch |
|
48 | Now at: b.patch | |
|
49 | applying c.patch | |||
|
50 | Now at: c.patch | |||
|
51 | c.patch | |||
49 | Patch queue now empty |
|
52 | Patch queue now empty | |
50 | number of unguarded, unapplied patches has changed from 2 to 3 |
|
53 | number of unguarded, unapplied patches has changed from 2 to 3 | |
51 | % should push a.patch, b.patch |
|
54 | % should push a.patch, b.patch |
General Comments 0
You need to be logged in to leave comments.
Login now