--- log_accum.pl 2006-06-05 17:55:45.000000000 -0400 +++ ../log_accum.pl 2006-06-06 18:18:51.452631703 -0400 @@ -1333,7 +1333,7 @@ # Exit if specific tag information was requested and this isn't it. return 0 if exists $config->{'tag'} - && grep /^\Q$branch_lines->[0]\E$/, @{$config->{'tag'}}; + && ! grep /^\Q$branch_lines->[0]\E$/, @{$config->{'tag'}}; # Check for imported sources. if (($UseNewInfoFmtStrings ? $files->[0] : join " ", @$files)