comparison tests/test-mq-qgoto.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 fb32ae9c76e7
children
comparison
equal deleted inserted replaced
9109:00909238d887 9110:561ff8d9e4f0
1 adding a 1 adding a
2 popping c.patch
3 popping b.patch
2 now at: a.patch 4 now at: a.patch
3 applying b.patch 5 applying b.patch
4 applying c.patch 6 applying c.patch
5 now at: c.patch 7 now at: c.patch
8 popping c.patch
6 now at: b.patch 9 now at: b.patch
7 10
8 % Using index 11 % Using index
12 popping b.patch
9 now at: a.patch 13 now at: a.patch
10 applying b.patch 14 applying b.patch
11 applying c.patch 15 applying c.patch
12 now at: c.patch 16 now at: c.patch
13 17
14 % No warnings when using index 18 % No warnings when using index
19 popping bug141421
20 popping bug314159
21 popping c.patch
15 now at: b.patch 22 now at: b.patch
16 applying c.patch 23 applying c.patch
17 applying bug314159 24 applying bug314159
18 now at: bug314159 25 now at: bug314159
19 26