comparison tests/test-mq-guards.out @ 7398:2cd1308cb588

mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
author Brendan Cully <brendan@kublai.com>
date Sun, 23 Nov 2008 00:44:31 -0800
parents 75b506f0e571
children fb32ae9c76e7
comparison
equal deleted inserted replaced
7397:4c92d8971809 7398:2cd1308cb588
8 Now at: a.patch 8 Now at: a.patch
9 % should guard a.patch 9 % should guard a.patch
10 % should print +a 10 % should print +a
11 a.patch: +a 11 a.patch: +a
12 Patch queue now empty 12 Patch queue now empty
13 % should fail
14 cannot push 'a.patch' - guarded by ['+a']
13 a.patch: +a 15 a.patch: +a
14 % should push b.patch 16 % should push b.patch
15 applying b.patch 17 applying b.patch
16 Now at: b.patch 18 Now at: b.patch
17 Patch queue now empty 19 Patch queue now empty