Matthew Wang a413a0351d Handle 'Binary files ... differ' | il y a 11 ans | |
---|---|---|
.. | ||
crlf | il y a 11 ans | |
diff-ru | il y a 11 ans | |
diff-ru-bin | il y a 11 ans | |
git | il y a 11 ans | |
git-bin | il y a 11 ans | |
hg-log | il y a 11 ans | |
strange | il y a 11 ans | |
svn | il y a 11 ans | |
svn-log | il y a 11 ans | |
README | il y a 11 ans | |
profile.sh | il y a 11 ans | |
regression.sh | il y a 11 ans | |
test_cdiff.py | il y a 11 ans |
# To generate expected output, chdir to a subdir and use following command, then
# review with `less -R`
#
../../cdiff.py -c always < in.diff > out.normal
../../cdiff.py -c always -s < in.diff > out.side-by-side
../../cdiff.py -c always -s < in.diff -w70 > out.w70