Mercurial > hg
comparison tests/test-mq-qdelete.out @ 3088:dc784839516d
mq: add qdelete --forget option
This removes an applied patch from the series and status files without
popping it. It is useful when an mq patch has been applied upstream.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 14 Sep 2006 15:35:55 +0200 |
parents | |
children | b9a7c07fca0e |
comparison
equal
deleted
inserted
replaced
3087:fd1479e30aaf | 3088:dc784839516d |
---|---|
1 adding base | |
2 abort: cannot delete applied patch c | |
3 Now at: b | |
4 a | |
5 b | |
6 a | |
7 b | |
8 series | |
9 status | |
10 Now at: a | |
11 a | |
12 b | |
13 series | |
14 status | |
15 1 New patch: a | |
16 0 base | |
17 abort: patch e not at base | |
18 f | |
19 4 New patch: f | |
20 3 New patch: e | |
21 2 New patch: d | |
22 1 New patch: a | |
23 0 base |