Package: devscripts
Severity: wishlist
Tags: patch

hi,

support "notfound", simple patch attached.

bye,
    - michael
--- bts.orig    2005-07-30 10:50:24.686784336 +0200
+++ bts.pl      2005-07-30 10:58:36.431027848 +0200
@@ -696,6 +696,19 @@
     mailbts("found $bug in $version", "found $bug $version");
 }
 
+=item notfound <bug> <version>
+
+Remove the record that bug was encountered in the given version of the package 
to which it is assigned.
+
+=cut
+
+sub bts_notfound {
+    my $bug=checkbug(shift) or die "bts notfound: what bug?\n";
+    my $version=shift or die "bts notfound: remove record \#$bug from which 
version?\n";
+    opts_done(@_);
+    mailbts("notfound $bug in $version", "notfound $bug $version");
+}
+
 =item merge <bug> <bug> [<bug> ...]
 
 Merge a set of bugs together.

Attachment: signature.asc
Description: Digital signature

Reply via email to