Author: sf
Date: 2009-06-01 11:03:28 +0000 (Mon, 01 Jun 2009)
New Revision: 12006
Modified:
bin/check-new-issues
Log:
make sure bugs with ''bug filed'' are also selected with -U
Modified: bin/check-new-issues
==================================================================---
bin/check-new-issues 2009-06-01 10:55:37 UTC (rev 12005)
+++ bin/check-new-issues 2009-06-01 11:03:28 UTC (rev 12006)
@@ -135,7 +135,7 @@
&& $entry =~ /^\s+-\s+(\S+)\s+<unfixed>(.*)$/m
&& ! exists $ignore_missing_bug{$1}
&& $2 !~ /unimportant/
- && $entry !~ /-\s+$1\s.*?bug/m
+ && $entry !~ /-\s+$1\s.*?bug #/m
) {
push @todos, $name;
$num_missing_bug++;