[Secure-testing-commits] r56607 - bin

Raphael Geissert geissert at moszumanska.debian.org
Wed Oct 11 11:06:50 UTC 2017


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;




More information about the Secure-testing-commits mailing list