3 # A wrapper for invoking a thrid-party diff program (e.g. Mac OS X opendiff)
4 # from 'svn diff --diff-cmd=diff-wrap.sh ARGS... > /dev/null'.
9 # $LastChangedRevision$
12 echo "usage: $0 [ignored args...] file1 file2" >&2
16 # Configure your favoriate diff program here.
19 # The last two arguments passed to this script are the paths to the files
21 while [ $# -gt 2 ]; do
25 # Call the diff command (change the following line to make sense for your