Author: adam-guest
Date: 2008-02-20 00:46:07 +0000 (Wed, 20 Feb 2008)
New Revision: 1031
Modified:
trunk/scripts/tagpending.pl
Log:
Include comments for wnpp bugs
Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2008-02-20 00:37:37 UTC (rev 1030)
+++ trunk/scripts/tagpending.pl 2008-02-20 00:46:07 UTC (rev 1031)
@@ -252,7 +252,7 @@
}
foreach my $bug (@thiscloses) {
- if ($bug and grep /^$bug$/, @to_tag) {
+ if ($bug and grep /^$bug$/, @to_tag or grep /^$bug$/,
@wnpp_to_tag) {
$comments .= $thischange;
last;
}
--
To unsubscribe, send mail to [EMAIL PROTECTED]