comparison tests/test-mq-qdelete.out @ 9110:561ff8d9e4f0

mq: qpop now tells which patches are popped When navigating through a patch series by qpushing and qpopping it was easy to get lost because qpop was silent. I found myself often running qnext after qpop to see which patch I just dropped - especially if I was about to qrm it. This patch makes qpop more symmetric to qpush by showing which patches are applied/"unapplied". I think it is a good change even though it changes output by adding a new line of output.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 09 Jul 2009 23:59:03 +0200
parents 14639c050251
children
comparison
equal deleted inserted replaced
9109:00909238d887 9110:561ff8d9e4f0
1 adding base 1 adding base
2 abort: qdelete requires at least one revision or patch name 2 abort: qdelete requires at least one revision or patch name
3 abort: cannot delete applied patch c 3 abort: cannot delete applied patch c
4 popping c
4 now at: b 5 now at: b
5 a 6 a
6 b 7 b
7 a 8 a
8 b 9 b
9 series 10 series
10 status 11 status
12 popping b
11 now at: a 13 now at: a
12 a 14 a
13 b 15 b
14 series 16 series
15 status 17 status
28 adding base 30 adding base
29 abort: no revisions specified 31 abort: no revisions specified
30 no patches applied 32 no patches applied
31 abort: revision 0 is not managed 33 abort: revision 0 is not managed
32 abort: cannot delete revision 2 above applied patches 34 abort: cannot delete revision 2 above applied patches
35 popping c
33 now at: b 36 now at: b
34 abort: unknown revision 'c'! 37 abort: unknown revision 'c'!
35 applying c 38 applying c
36 patch c is empty 39 patch c is empty
37 now at: c 40 now at: c