|
Lines 1235-1241
sub parseDiff($$;$)
Tools/Scripts/VCSUtils.pm_sec1
|
| 1235 |
$headerStartRegEx = $unifiedDiffStartRegEx; |
1235 |
$headerStartRegEx = $unifiedDiffStartRegEx; |
| 1236 |
} |
1236 |
} |
| 1237 |
|
1237 |
|
| 1238 |
if ($line =~ $svnPropertiesStartRegEx) { |
1238 |
if ($line =~ $svnPropertiesStartRegEx && !($svnText =~ m/\+\+\+(.*)(nonexistent)/)) { |
| 1239 |
my $propertyPath = $1; |
1239 |
my $propertyPath = $1; |
| 1240 |
if ($svnPropertiesHashRef || $headerHashRef && ($propertyPath ne $headerHashRef->{indexPath})) { |
1240 |
if ($svnPropertiesHashRef || $headerHashRef && ($propertyPath ne $headerHashRef->{indexPath})) { |
| 1241 |
# This is the start of the second diff in the while loop, which happens to |
1241 |
# This is the start of the second diff in the while loop, which happens to |