Show More
@@ -0,0 +1,34 | |||
|
1 | adding x | |
|
2 | Patch queue now empty | |
|
3 | % should fail | |
|
4 | abort: no patches applied | |
|
5 | applying a.patch | |
|
6 | Now at: a.patch | |
|
7 | % should guard a.patch | |
|
8 | % should print +a | |
|
9 | a.patch: +a | |
|
10 | Patch queue now empty | |
|
11 | a.patch: +a | |
|
12 | % should push b.patch | |
|
13 | applying b.patch | |
|
14 | Now at: b.patch | |
|
15 | Patch queue now empty | |
|
16 | 3 of 3 unapplied patches active | |
|
17 | % should push a.patch | |
|
18 | applying a.patch | |
|
19 | Now at: a.patch | |
|
20 | % should print -a | |
|
21 | c.patch: -a | |
|
22 | % should skip c.patch | |
|
23 | applying b.patch | |
|
24 | skipping c.patch - guarded by '-a' | |
|
25 | Now at: b.patch | |
|
26 | % should push c.patch | |
|
27 | applying c.patch | |
|
28 | Now at: c.patch | |
|
29 | Patch queue now empty | |
|
30 | guards deactivated | |
|
31 | 2 of 3 unapplied patches active | |
|
32 | applying b.patch | |
|
33 | applying c.patch | |
|
34 | Now at: c.patch |
General Comments 0
You need to be logged in to leave comments.
Login now