comparison tests/test-mq.t @ 16063:c36db39b3fee stable

mq: fix qnext when all remaining patches are guarded When all remaining patches are guarded, qnext used to return the last of the queue anyway.
author Patrick Mezard <pmezard@gmail.com>
date Fri, 03 Feb 2012 19:38:31 +0100
parents 3b9c18ed9985
children 7e5a281a082c
comparison
equal deleted inserted replaced
16058:3b9c18ed9985 16063:c36db39b3fee
70 qgoto push or pop patches until named patch is at top of stack 70 qgoto push or pop patches until named patch is at top of stack
71 qguard set or print guards for a patch 71 qguard set or print guards for a patch
72 qheader print the header of the topmost or specified patch 72 qheader print the header of the topmost or specified patch
73 qimport import a patch 73 qimport import a patch
74 qnew create a new patch 74 qnew create a new patch
75 qnext print the name of the next patch 75 qnext print the name of the next pushable patch
76 qpop pop the current patch off the stack 76 qpop pop the current patch off the stack
77 qprev print the name of the previous patch 77 qprev print the name of the previous patch
78 qpush push the next patch onto the stack 78 qpush push the next patch onto the stack
79 qqueue manage multiple patch queues 79 qqueue manage multiple patch queues
80 qrefresh update the current patch 80 qrefresh update the current patch