tests/test-mq-guards.out
author Matt Mackall <mpm@selenic.com>
Fri, 11 Aug 2006 10:57:42 -0500
changeset 2852 046a8b03ea59
parent 2818 05316bb57d01
child 2832 582cbc4392cb
permissions -rw-r--r--
Change remaining users of manifest flags

adding x
Patch queue now empty
% should fail
abort: no patches applied
applying a.patch
Now at: a.patch
% should guard a.patch
% should print +a
a.patch: +a
Patch queue now empty
a.patch: +a
% should push b.patch
applying b.patch
Now at: b.patch
Patch queue now empty
3 of 3 unapplied patches active
% should push a.patch
applying a.patch
Now at: a.patch
% should print -a
c.patch: -a
% should skip c.patch
applying b.patch
skipping c.patch - guarded by '- a'
Now at: b.patch
% should push c.patch
applying c.patch
Now at: c.patch
Patch queue now empty
guards deactivated
2 of 3 unapplied patches active
% should push all
applying b.patch
applying c.patch
Now at: c.patch
Patch queue now empty
2 of 3 unapplied patches active
% should push b.patch
applying b.patch
Now at: b.patch
Patch queue now empty
2 of 3 unapplied patches active
applying b.patch
Now at: b.patch
Patch queue now empty
3 of 3 unapplied patches active
% should push a.patch
applying a.patch
Now at: a.patch
Patch queue now empty
2 of 3 unapplied patches active
% should push b.patch
applying b.patch
Now at: b.patch