Author: geissert
Date: 2017-10-11 11:06:50 +0000 (Wed, 11 Oct 2017)
New Revision: 56607

Modified:
   bin/check-new-issues
Log:
Make '- sth' work even without "TODO: check" entries


Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues        2017-10-11 11:02:45 UTC (rev 56606)
+++ bin/check-new-issues        2017-10-11 11:06:50 UTC (rev 56607)
@@ -316,7 +316,7 @@
 
                        my $preventry=${$data->{$todo}->{entry}};
                        $preventry =~
-                               s/^\s*TODO: check/\t$inputentry\n$&/m ;
+                               s/^\s+/\t$inputentry\n$&/m ;
 
                        my $newentry=edit_entry($preventry);
                        ${$data->{$todo}->{entry}}=$newentry;


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to