Lines Matching refs:DIFF
29 # Extended "svn diff" script for WebKit Open Source Project, used to make patches.
31 # Differences from standard "svn diff":
33 # Uses the real diff, not svn's built-in diff.
34 # Always passes "-p" to diff so it will try to include function names.
206 open DIFF, "svn diff --diff-cmd diff -x -uaNp '$file' |" or die;
207 while (<DIFF>) {
210 close DIFF;
278 print `svn cat ${sourceFile} | diff -u $devNull - | tail -n +3`;