comparison tests/test-mq.out @ 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 cd67bfcfabbe
comparison
equal deleted inserted replaced
9365:b8dc3eba4f9d 9439:f2acc0c00bec
35 qguard set or print guards for a patch 35 qguard set or print guards for a patch
36 qheader print the header of the topmost or specified patch 36 qheader print the header of the topmost or specified patch
37 qimport import a patch 37 qimport import a patch
38 qinit init a new queue repository 38 qinit init a new queue repository
39 qnew create a new patch 39 qnew create a new patch
40 qnext print the name of the next patch
40 qpop pop the current patch off the stack 41 qpop pop the current patch off the stack
42 qprev print the name of the previous patch
41 qpush push the next patch onto the stack 43 qpush push the next patch onto the stack
42 qrefresh update the current patch 44 qrefresh update the current patch
43 qrename rename a patch 45 qrename rename a patch
44 qrestore restore the queue state saved by a revision 46 qrestore restore the queue state saved by a revision
45 qsave save current queue state 47 qsave save current queue state
46 qselect set or print guarded patches to push 48 qselect set or print guarded patches to push
47 qseries print the entire series file 49 qseries print the entire series file
50 qtop print the name of the current patch
48 qunapplied print the patches not yet applied 51 qunapplied print the patches not yet applied
49 strip strip a revision and all its descendants from the repository 52 strip strip a revision and all its descendants from the repository
50 53
51 enabled extensions: 54 enabled extensions:
52 55
138 1 U test2.patch: 141 1 U test2.patch:
139 applying test2.patch 142 applying test2.patch
140 now at: test2.patch 143 now at: test2.patch
141 % qapplied 144 % qapplied
142 test.patch 145 test.patch
146 test2.patch
147 % qtop
143 test2.patch 148 test2.patch
144 % prev 149 % prev
145 test.patch 150 test.patch
146 % next 151 % next
147 all patches applied 152 all patches applied