From d5ce3c030f08e4674855d5ecfac91ca687bda0b9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 2 Mar 2007 22:58:19 -0800 Subject: [PATCH] - List bugs being blocked (closes: #356680) --- debian/changelog | 1 + scripts/service.in | 1 + 2 files changed, 2 insertions(+) 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, -- 2.39.5