From 9f108ef05e27f5f725510a94a83523620ccdf10a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 22 Oct 2006 01:06:05 -0700 Subject: [PATCH] * When a bug can't be found in control@; indicate to user that it may be archived. (closes: #153536) --- debian/changelog | 2 ++ scripts/service.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.39.5