comparison tests/test-mq-guards.out @ 7627:fb32ae9c76e7

mq: lowercase output This extension produces quite a lot of informational messages during its normal operation and it is hard to say which strings can be changed and which cannot.
author Martin Geisler <mg@daimi.au.dk>
date Sat, 03 Jan 2009 17:15:21 +0100
parents 2cd1308cb588
children 561ff8d9e4f0
comparison
equal deleted inserted replaced
7626:551afd4a4691 7627:fb32ae9c76e7
1 adding x 1 adding x
2 Patch queue now empty 2 patch queue now empty
3 % should fail 3 % should fail
4 abort: no patch named does-not-exist.patch 4 abort: no patch named does-not-exist.patch
5 % should fail 5 % should fail
6 abort: no patches applied 6 abort: no patches applied
7 applying a.patch 7 applying a.patch
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 13 % should fail
14 cannot push 'a.patch' - guarded by ['+a'] 14 cannot push 'a.patch' - guarded by ['+a']
15 a.patch: +a 15 a.patch: +a
16 % should push b.patch 16 % should push b.patch
17 applying b.patch 17 applying b.patch
18 Now at: b.patch 18 now at: b.patch
19 Patch queue now empty 19 patch queue now empty
20 % test selection of an empty guard 20 % test selection of an empty guard
21 abort: guard cannot be an empty string 21 abort: guard cannot be an empty string
22 number of unguarded, unapplied patches has changed from 2 to 3 22 number of unguarded, unapplied patches has changed from 2 to 3
23 % should push a.patch 23 % should push a.patch
24 applying a.patch 24 applying a.patch
25 Now at: a.patch 25 now at: a.patch
26 % should print -a 26 % should print -a
27 c.patch: -a 27 c.patch: -a
28 % should skip c.patch 28 % should skip c.patch
29 applying b.patch 29 applying b.patch
30 skipping c.patch - guarded by '-a' 30 skipping c.patch - guarded by '-a'
31 Now at: b.patch 31 now at: b.patch
32 % should display b.patch 32 % should display b.patch
33 b.patch 33 b.patch
34 % should push c.patch 34 % should push c.patch
35 applying c.patch 35 applying c.patch
36 Now at: c.patch 36 now at: c.patch
37 Patch queue now empty 37 patch queue now empty
38 guards deactivated 38 guards deactivated
39 number of unguarded, unapplied patches has changed from 3 to 2 39 number of unguarded, unapplied patches has changed from 3 to 2
40 % should push all 40 % should push all
41 applying b.patch 41 applying b.patch
42 applying c.patch 42 applying c.patch
43 Now at: c.patch 43 now at: c.patch
44 Patch queue now empty 44 patch queue now empty
45 number of unguarded, unapplied patches has changed from 1 to 2 45 number of unguarded, unapplied patches has changed from 1 to 2
46 % should push a.patch, not b.patch 46 % should push a.patch, not b.patch
47 applying a.patch 47 applying a.patch
48 Now at: a.patch 48 now at: a.patch
49 applying c.patch 49 applying c.patch
50 Now at: c.patch 50 now at: c.patch
51 Patch queue now empty 51 patch queue now empty
52 % should push b.patch 52 % should push b.patch
53 applying b.patch 53 applying b.patch
54 Now at: b.patch 54 now at: b.patch
55 applying c.patch 55 applying c.patch
56 Now at: c.patch 56 now at: c.patch
57 c.patch 57 c.patch
58 Patch queue now empty 58 patch queue now empty
59 number of unguarded, unapplied patches has changed from 2 to 3 59 number of unguarded, unapplied patches has changed from 2 to 3
60 % should push a.patch, b.patch 60 % should push a.patch, b.patch
61 applying a.patch 61 applying a.patch
62 Now at: a.patch 62 now at: a.patch
63 applying b.patch 63 applying b.patch
64 Now at: b.patch 64 now at: b.patch
65 Patch queue now empty 65 patch queue now empty
66 number of unguarded, unapplied patches has changed from 3 to 2 66 number of unguarded, unapplied patches has changed from 3 to 2
67 % list patches and guards 67 % list patches and guards
68 a.patch: +1 +2 -3 68 a.patch: +1 +2 -3
69 b.patch: +2 69 b.patch: +2
70 c.patch: unguarded 70 c.patch: unguarded
76 1 76 1
77 2 77 2
78 3 78 3
79 % should push b.patch 79 % should push b.patch
80 applying b.patch 80 applying b.patch
81 Now at: b.patch 81 now at: b.patch
82 applying c.patch 82 applying c.patch
83 Now at: c.patch 83 now at: c.patch
84 guards deactivated 84 guards deactivated
85 popping guarded patches 85 popping guarded patches
86 Patch queue now empty 86 patch queue now empty
87 reapplying unguarded patches 87 reapplying unguarded patches
88 applying c.patch 88 applying c.patch
89 Now at: c.patch 89 now at: c.patch
90 % guards in series file: +1 +2 -3 90 % guards in series file: +1 +2 -3
91 +1 91 +1
92 +2 92 +2
93 -3 93 -3
94 % should show c.patch 94 % should show c.patch
98 % b.patch: +2 98 % b.patch: +2
99 % c.patch: unguarded 99 % c.patch: unguarded
100 new.patch: +1 +2 -3 100 new.patch: +1 +2 -3
101 b.patch: +2 101 b.patch: +2
102 c.patch: unguarded 102 c.patch: unguarded
103 Now at: c.patch 103 now at: c.patch
104 % should show new.patch and b.patch as Guarded, c.patch as Applied 104 % should show new.patch and b.patch as Guarded, c.patch as Applied
105 % and d.patch as Unapplied 105 % and d.patch as Unapplied
106 0 G new.patch 106 0 G new.patch
107 1 G b.patch 107 1 G b.patch
108 2 A c.patch 108 2 A c.patch
110 % new.patch, b.patch: Guarded. c.patch: Applied. d.patch: Guarded. 110 % new.patch, b.patch: Guarded. c.patch: Applied. d.patch: Guarded.
111 0 G new.patch 111 0 G new.patch
112 1 G b.patch 112 1 G b.patch
113 2 A c.patch 113 2 A c.patch
114 3 G d.patch 114 3 G d.patch
115 Patch queue now empty 115 patch queue now empty
116 new.patch: +1 +2 -3 116 new.patch: +1 +2 -3
117 b.patch: +2 117 b.patch: +2
118 c.patch: unguarded 118 c.patch: unguarded
119 d.patch: +2 119 d.patch: +2
120 % hg qapplied 120 % hg qapplied
139 3 G d.patch 139 3 G d.patch
140 applying new.patch 140 applying new.patch
141 skipping b.patch - guarded by ['+2'] 141 skipping b.patch - guarded by ['+2']
142 applying c.patch 142 applying c.patch
143 skipping d.patch - guarded by ['+2'] 143 skipping d.patch - guarded by ['+2']
144 Now at: c.patch 144 now at: c.patch
145 % hg qapplied 145 % hg qapplied
146 new.patch 146 new.patch
147 c.patch 147 c.patch
148 % hg qapplied -v 148 % hg qapplied -v
149 0 A new.patch 149 0 A new.patch