comparison tests/test-mq.out @ 9440:cd67bfcfabbe

Merge qprev/qnext backout
author Matt Mackall <mpm@selenic.com>
date Mon, 14 Sep 2009 17:29:47 -0500
parents b47fa638bfc7 f2acc0c00bec
children a3d73b3e1f8a
comparison
equal deleted inserted replaced
9438:b2f3b9c82ac0 9440:cd67bfcfabbe
34 qguard set or print guards for a patch 34 qguard set or print guards for a patch
35 qheader print the header of the topmost or specified patch 35 qheader print the header of the topmost or specified patch
36 qimport import a patch 36 qimport import a patch
37 qinit init a new queue repository 37 qinit init a new queue repository
38 qnew create a new patch 38 qnew create a new patch
39 qnext print the name of the next patch
39 qpop pop the current patch off the stack 40 qpop pop the current patch off the stack
41 qprev print the name of the previous patch
40 qpush push the next patch onto the stack 42 qpush push the next patch onto the stack
41 qrefresh update the current patch 43 qrefresh update the current patch
42 qrename rename a patch 44 qrename rename a patch
43 qrestore restore the queue state saved by a revision 45 qrestore restore the queue state saved by a revision
44 qsave save current queue state 46 qsave save current queue state
45 qselect set or print guarded patches to push 47 qselect set or print guarded patches to push
46 qseries print the entire series file 48 qseries print the entire series file
49 qtop print the name of the current patch
47 qunapplied print the patches not yet applied 50 qunapplied print the patches not yet applied
48 strip strip a revision and all its descendants from the repository 51 strip strip a revision and all its descendants from the repository
49 52
50 enabled extensions: 53 enabled extensions:
51 54
137 1 U test2.patch: 140 1 U test2.patch:
138 applying test2.patch 141 applying test2.patch
139 now at: test2.patch 142 now at: test2.patch
140 % qapplied 143 % qapplied
141 test.patch 144 test.patch
145 test2.patch
146 % qtop
142 test2.patch 147 test2.patch
143 % prev 148 % prev
144 test.patch 149 test.patch
145 % next 150 % next
146 all patches applied 151 all patches applied