comparison tests/test-mq-caches.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
3 No branch cache 3 No branch cache
4 tip: 0 4 tip: 0
5 No branch cache 5 No branch cache
6 6
7 # some regular revisions 7 # some regular revisions
8 popping p1
8 patch queue now empty 9 patch queue now empty
9 tip: 1 10 tip: 1
10 3f910abad313ff802d3a23a7529433872df9b3ae 1 11 3f910abad313ff802d3a23a7529433872df9b3ae 1
11 3f910abad313ff802d3a23a7529433872df9b3ae bar 12 3f910abad313ff802d3a23a7529433872df9b3ae bar
12 9539f35bdc80732cc9a3f84e46508f1ed1ec8cff foo 13 9539f35bdc80732cc9a3f84e46508f1ed1ec8cff foo
41 branch foo: 3 42 branch foo: 3
42 branch bar: 2 43 branch bar: 2
43 qbase: 1 44 qbase: 1
44 45
45 # detect an invalid cache 46 # detect an invalid cache
47 popping p2
48 popping p1
49 popping p0
46 patch queue now empty 50 patch queue now empty
47 applying p0 51 applying p0
48 applying p1 52 applying p1
49 applying p2 53 applying p2
50 now at: p2 54 now at: p2