From: Don Armstrong Date: Sun, 22 Oct 2006 08:06:05 +0000 (-0700) Subject: * When a bug can't be found in control@; indicate to user that it may X-Git-Tag: release/2.6.0~588^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f108ef05e27f5f725510a94a83523620ccdf10a;p=debbugs.git * When a bug can't be found in control@; indicate to user that it may be archived. (closes: #153536) --- diff --git a/debian/changelog b/debian/changelog index 41ec5740..06efe83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -135,6 +135,8 @@ debbugs (2.4.2) UNRELEASED; urgency=low - Make it obvious when commands to control have failed (closes: #344184) - Fix javascript error in pkgreport.cgi (closes: #346043) + - When a bug can't be found in control@; indicate to user that it may + be archived. (closes: #153536) -- Colin Watson Fri, 20 Jun 2003 18:57:25 +0100 diff --git a/scripts/service.in b/scripts/service.in index db0331e7..4d0b4645 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1378,7 +1378,7 @@ sub getnextbug { # &transcript("$action\n\n") # endmerge -sub notfoundbug { &transcript("$gBug number $ref not found.\n\n"); } +sub notfoundbug { &transcript("$gBug number $ref not found. (Is it archived?)\n\n"); } sub foundbug { &transcript("$gBug#$ref: $data->{subject}\n"); } sub getmerge {