comparison tests/test-mq-header-from.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 dd6f605b15c0
comparison
equal deleted inserted replaced
9109:00909238d887 9110:561ff8d9e4f0
129 3: Four - jane 129 3: Four - jane
130 2: Three (again) - maria 130 2: Three (again) - maria
131 1: [mq]: 2.patch - jane 131 1: [mq]: 2.patch - jane
132 0: [mq]: 1.patch - mary 132 0: [mq]: 1.patch - mary
133 ==== qnew with HG header 133 ==== qnew with HG header
134 popping 5.patch
134 now at: 4.patch 135 now at: 4.patch
135 now at: 5.patch 136 now at: 5.patch
136 # HG changeset patch 137 # HG changeset patch
137 # User johndoe 138 # User johndoe
138 4: imported patch 5.patch - johndoe 139 4: imported patch 5.patch - johndoe
182 3: Four - jane 183 3: Four - jane
183 2: Three (again) - maria 184 2: Three (again) - maria
184 1: [mq]: 2.patch - jane 185 1: [mq]: 2.patch - jane
185 0: [mq]: 1.patch - mary 186 0: [mq]: 1.patch - mary
186 ==== qpop -a / qpush -a 187 ==== qpop -a / qpush -a
188 popping 5.patch
189 popping 4.patch
190 popping 3.patch
191 popping 2.patch
192 popping 1.patch
187 patch queue now empty 193 patch queue now empty
188 applying 1.patch 194 applying 1.patch
189 applying 2.patch 195 applying 2.patch
190 applying 3.patch 196 applying 3.patch
191 applying 4.patch 197 applying 4.patch