changeset 2826: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 0496cfb05243
children 2a0c599f7bb0
files tests/test-mq-guards.out
diffstat 1 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-mq-guards.out	Wed Aug 09 02:04:49 2006 -0700
@@ -0,0 +1,34 @@
+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
+applying b.patch
+applying c.patch
+Now at: c.patch