comparison easyhg-extdiff.sh @ 296:d40294e164da status_outside_tabs

Merge from the default branch
author Chris Cannam
date Tue, 22 Feb 2011 13:03:03 +0000
parents a1c8630a0057
children ea62eb083ed4
comparison
equal deleted inserted replaced
287:3fbafca196e4 296:d40294e164da
24 if [ -x "$od" ]; then 24 if [ -x "$od" ]; then
25 found=true 25 found=true
26 "$od" "$1" "$2" | cat 26 "$od" "$1" "$2" | cat
27 fi 27 fi
28 fi 28 fi
29 [ -z "$found" ] 29 [ -n "$found" ]
30 30