Home | History | Annotate | Download | only in Scripts

Lines Matching refs:parseSvnDiffProperties

882     my $svnPropertiesHashRef; # Last SVN properties diff found, as returned by parseSvnDiffProperties().
902 ($svnPropertiesHashRef, $line) = parseSvnDiffProperties($fileHandle, $line);
957 # parseSvnDiffProperties may return a hash whose keys are the properties.
1022 sub parseSvnDiffProperties($$)