The following commit has been merged in the master branch:
commit 476f0a79a7e2e0fe383da4d7a988ecc07ca9dfdb
Author: James Vega <[email protected]>
Date: Mon Jul 19 21:17:59 2010 -0400
bts: Fix ability to clear all tags on a bug.
Closes: #539688
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 5e49b00..cc86482 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts (2.10.66) UNRELEASED; urgency=low
+
+ * bts: Fix ability to clear all tags on a bug. (Closes: #539688)
+
+ -- James Vega <[email protected]> Mon, 19 Jul 2010 21:16:02 -0400
+
devscripts (2.10.65.1) unstable; urgency=low
* debc:
diff --git a/scripts/bts.pl b/scripts/bts.pl
index 50eee05..ec50de8 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -1571,6 +1571,9 @@ sub bts_tags {
}
$command .= " $cmd->{op} " . join(' ', @{$cmd->{tags}});
}
+ if (!$command && $curop eq '=') {
+ $command = " $curop";
+ }
if ($command) {
mailbts("tagging $bug", $base_command . $command);
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].