Author: adsb
Date: 2009-08-03 15:10:50 +0000 (Mon, 03 Aug 2009)
New Revision: 1953
Modified:
trunk/debian/changelog
trunk/scripts/bts.pl
Log:
* bts:
+ Make "tags NNNNNN =" operate correctly again. (Closes: #539688)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-07-29 17:12:57 UTC (rev 1952)
+++ trunk/debian/changelog 2009-08-03 15:10:50 UTC (rev 1953)
@@ -1,8 +1,13 @@
devscripts (2.10.54) UNRELEASED; urgency=low
+ [ James Vega ]
* debchange: Clarify the wording for the explanation of
--force-save-on-release. (Closes: #539155)
+ [ Adam D. Barratt ]
+ * bts:
+ + Make "tags NNNNNN =" operate correctly again. (Closes: #539688)
+
-- James Vega <[email protected]> Wed, 29 Jul 2009 19:04:12 +0200
devscripts (2.10.53) unstable; urgency=low
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2009-07-29 17:12:57 UTC (rev 1952)
+++ trunk/scripts/bts.pl 2009-08-03 15:10:50 UTC (rev 1953)
@@ -1550,8 +1550,10 @@
mailbts("gifting $bug",
"user [email protected]\nusertag $bug $gift_flag gift");
}
- if ($base_command ne $command) { # at least one tag other than gift has
been manipulated
- mailbts("tagging $bug", $command);
+ if (($base_command ne $command) or ($flag eq "=" and $gifted eq "")) {
+ # at least one tag other than gift has been manipulated
+ # or all tags were removed
+ mailbts("tagging $bug", $command);
}
}
--
To unsubscribe, send mail to [email protected].