From: Don Armstrong Date: Sat, 3 Mar 2007 06:58:19 +0000 (-0800) Subject: - List bugs being blocked (closes: #356680) X-Git-Tag: release/2.6.0~585^2^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d5ce3c030f08e4674855d5ecfac91ca687bda0b9;p=debbugs.git - List bugs being blocked (closes: #356680) --- diff --git a/debian/changelog b/debian/changelog index 87356ccf..2202c531 100644 --- a/debian/changelog +++ b/debian/changelog @@ -146,6 +146,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low - Add support for hiding useless messages; thanks to Sune Vuorela. (closes: #406020) - Fix arrayrefs leaking into the myurl function (closes: #397344) + - List bugs being blocked (closes: #356680) -- Colin Watson Fri, 20 Jun 2003 18:57:25 +0100 diff --git a/scripts/service.in b/scripts/service.in index fc5055fc..80d8cb1d 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -751,6 +751,7 @@ END $ref = $clonebugs{$ref}; } if (&getbug) { + &foundbug; push @okayblockers, $ref; # add to the list all bugs that are merged with $b,