Lines Matching refs:copyHash
940 my %copyHash;
941 $copyHash{copiedFromPath} = $headerHashRef->{copiedFromPath};
942 $copyHash
943 $copyHash{sourceRevision} = $headerHashRef->{sourceRevision} if $headerHashRef->{sourceRevision};
945 $copyHash{executableBitDelta} = $svnPropertiesHashRef->{executableBitDelta} if $svnPropertiesHashRef->{executableBitDelta};
947 push @diffHashRefs, \%copyHash;