Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isNew

561 #     isNew
590 my $isNew;
607 $isNew = 1 if $1;
654 $header{isNew} = $isNew if $isNew;
680 # isNew: the value 1 if the diff is for a new file.
703 my $isNew;
718 $isNew = 1 if !$sourceRevision; # if revision 0.
750 $header{isNew} = $isNew if $isNew;
836 # isNew: the value 1 if the dif is known from the header to be a new file.
925 $indexPathEOL = firstEOLInFile($headerHashRef->{indexPath}) if !$headerHashRef->{isNew} && !$headerHashRef->{isBinary};
971 $diffHash{isNew} = $headerHashRef->{isNew} if $headerHashRef->{isNew};