]> git.donarmstrong.com Git - debbugs.git/commitdiff
- List bugs being blocked (closes: #356680)
authorDon Armstrong <don@volo>
Sat, 3 Mar 2007 06:58:19 +0000 (22:58 -0800)
committerDon Armstrong <don@volo>
Sat, 3 Mar 2007 06:58:19 +0000 (22:58 -0800)
debian/changelog
scripts/service.in

index 87356ccf54d98df58944784c9aca92075a74bcc7..2202c531ecbad285a3adc6160e09e57028f0e5b1 100644 (file)
@@ -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 <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
index fc5055fc02ddd5b4ee4a306f3dbcf2a7d1cebe1e..80d8cb1d839f970ea0e04b99533dee1bf7b6485d 100755 (executable)
@@ -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,