From 64d048daa5790ec5e40007cb014380117f23677d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 13 Jun 2011 13:32:04 -0700 Subject: [PATCH 1/1] add patch from Mehdi Dogguy to color lines of the RC bugs in bugscan --- bugreport | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bugreport b/bugreport index c8cc82d..fd8355f 100755 --- a/bugreport +++ b/bugreport @@ -152,12 +152,12 @@ sub MakeStatistics() { } if ($html) { - print "Total number of release-critical bugs: $bugcount
\n"; + print "Total number of release-critical bugs: $bugcount
\n"; printf("Number that have a patch: %d
\n", $patchtotal); printf("Number that have a fix prepared and waiting to upload: %d
\n", $pendingtotal); printf("Number that are being ignored: %d
\n", $ignoretotal); - printf("Number concerning the current stable release: %d
\n", $stabletotal); - printf("Number concerning the next release: %d

\n", $worrytotal); + printf("Number concerning the current stable release: %d
\n", $stabletotal); + printf("Number concerning the next release: %d

\n", $worrytotal); } else { print "Total number of release-critical bugs: $bugcount\n"; printf("Number that have a patch: %d\n", $patchtotal); -- 2.39.2