From: Don Armstrong Date: Wed, 4 Jul 2007 17:37:09 +0000 (-0700) Subject: * Only indicate that a bug has been reopened on found when it actually has. X-Git-Tag: release/2.6.0~527^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f76f53e8fe16fa4292d5cc4cdc664fdc704504cd;p=debbugs.git * Only indicate that a bug has been reopened on found when it actually has. --- diff --git a/scripts/service.in b/scripts/service.in index d71bb138..acf5bfa1 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -564,8 +564,9 @@ END my @fixed_order = sort {Debbugs::Versions::Dpkg::vercmp($a,$b);} map {s{.+/}{}; $_;} @{$data->{fixed_versions}}; if (not @fixed_order or (Debbugs::Versions::Dpkg::vercmp($version_only,$fixed_order[-1]) >= 0)) { + $action = "$gBug marked as found in version $version and reopened." + if length $data->{done}; $data->{done} = ''; - $action = "$gBug marked as found in version $version and reopened."; } } else { # Versionless found; assume old-style "not fixed at