# HG changeset patch # User matt.davies@SYM-BUILD02.ad-sfpd.intra # Date 1245073926 -3600 # Node ID 3b9cbbf0f4848c4b6a35ec8f5f6016480e7f0890 # Parent c46069cf2fc7536601d1c02f012816eb04fb0609 parsewhatlog.pl - put back in the regex 1-liner what got taken out (multiple 'master' repos out of sync) diff -r c46069cf2fc7 -r 3b9cbbf0f484 common/tools/analysis/parsewhatlog.pl --- a/common/tools/analysis/parsewhatlog.pl Mon Jun 15 14:44:46 2009 +0100 +++ b/common/tools/analysis/parsewhatlog.pl Mon Jun 15 14:52:06 2009 +0100 @@ -71,7 +71,7 @@ while(my $line = ) { ++$linecount; - if($line =~ m/^/) #brittle + if($line =~ m/^/) #brittle { $bldinf = $1; $makefile = $2;