view easyhg-extdiff-osx.sh @ 221:34417b6e4345

* Fix failure to record editor path when OK pressed in settings dialog * Update hgignore for common Windows files
author Chris Cannam
date Thu, 06 Jan 2011 11:09:20 +0000
parents 43ecb0dcc44e
children
line wrap: on
line source
#!/bin/bash
if [ $# -lt 2 ]; then 
    echo Insufficient arguments: $@
    exit 2
fi
while [ $# -gt 2 ]; do
    shift
done
/usr/bin/opendiff "$1" "$2" | cat