]> git.donarmstrong.com Git - debbugs.git/commitdiff
* When a bug can't be found in control@; indicate to user that it may
authorDon Armstrong <don@volo>
Sun, 22 Oct 2006 08:06:05 +0000 (01:06 -0700)
committerDon Armstrong <don@volo>
Sun, 22 Oct 2006 08:06:05 +0000 (01:06 -0700)
  be archived. (closes: #153536)

debian/changelog
scripts/service.in

index 41ec574041a720251dcf40161795fab0772188b2..06efe83d0a447e07a1eabe9c7aba2d1dae2b57de 100644 (file)
@@ -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 <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
index db0331e7f4340a40c80b856a544ad5e522ec4c0c..4d0b4645451074c64484a1ee0e6af84e149ba5b1 100755 (executable)
@@ -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 {