Mercurial > hg
comparison tests/test-mq-guards @ 4340:23068518deca
mq: test qtop with holes in the patch sequence.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Thu, 12 Apr 2007 22:41:50 +0200 |
parents | 7c59ade0f0d6 |
children | 8369672060b5 |
comparison
equal
deleted
inserted
replaced
4334:66a3fe30f9fc | 4340:23068518deca |
---|---|
74 hg qpop -a | 74 hg qpop -a |
75 | 75 |
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 |
82 echo % should push a.patch, b.patch | 86 echo % should push a.patch, b.patch |
83 hg qpush | 87 hg qpush |