comparison tests/test-mq-symlinks.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 a981ddb16b80
comparison
equal deleted inserted replaced
9109:00909238d887 9110:561ff8d9e4f0
1 a -> a not a symlink 1 a -> a not a symlink
2 a -> b 2 a -> b
3 popping symlink.patch
3 now at: base.patch 4 now at: base.patch
4 applying symlink.patch 5 applying symlink.patch
5 now at: symlink.patch 6 now at: symlink.patch
6 a -> b 7 a -> b
8 popping removesl.patch
7 now at: symlink.patch 9 now at: symlink.patch
8 applying removesl.patch 10 applying removesl.patch
9 now at: removesl.patch 11 now at: removesl.patch
10 C b 12 C b