comparison tests/test-mq-guards.out @ 2815:bce6918b0474

tests: forgot to add test-mq-guards.out
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 09 Aug 2006 02:04:49 -0700
parents
children 05316bb57d01
comparison
equal deleted inserted replaced
2814:0496cfb05243 2815:bce6918b0474
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