comparison tests/test-mq-guards.out @ 3763:955475d237fc

fix qseries -v and guards interaction - rename "status" variable to avoid shadowing an argument - use a better test to determine whether a patch is applied
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 02 Dec 2006 18:41:07 -0200
parents 193e9c6d1a6d
children a41b01a3c29f
comparison
equal deleted inserted replaced
3762:b9d3e12da485 3763:955475d237fc
87 % b.patch: +2 87 % b.patch: +2
88 % c.patch: unguarded 88 % c.patch: unguarded
89 new.patch: +1 +2 -3 89 new.patch: +1 +2 -3
90 b.patch: +2 90 b.patch: +2
91 c.patch: unguarded 91 c.patch: unguarded
92 Now at: c.patch
93 % should show new.patch and b.patch as Guarded, c.patch as Applied
94 % and d.patch as Unapplied
95 0 G new.patch
96 1 G b.patch
97 2 A c.patch
98 3 U d.patch
99 % new.patch, b.patch: Guarded. c.patch: Applied. d.patch: Guarded.
100 0 G new.patch
101 1 G b.patch
102 2 A c.patch
103 3 G d.patch