Matthew Wang 8f4d68e171 Fix special hunk meta handling in unit tests 8 lat temu
..
context Update tests accordingly 9 lat temu
crlf Update tests accordingly 9 lat temu
diff-of-diff Add more tests to cover diff of diff 9 lat temu
diff-ru Update tests accordingly 9 lat temu
diff-ru-bin Update tests accordingly 9 lat temu
evil-udiff Add tests from issue #25 8 lat temu
git Update tests accordingly 9 lat temu
git-bin Update tests accordingly 9 lat temu
git-log Update tests accordingly 9 lat temu
git-perm Update tests accordingly 9 lat temu
hg-log Update tests accordingly 9 lat temu
latin1 Update tests accordingly 9 lat temu
strange Update tests accordingly 9 lat temu
svn Update tests accordingly 9 lat temu
svn-log Update tests accordingly 9 lat temu
svn-merge Update tests accordingly 9 lat temu
svn-property Update tests accordingly 9 lat temu
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 11 lat temu
profile.sh Script and make targets for profiling 11 lat temu
regression.sh Update tests accordingly 9 lat temu
test_cdiff.py Fix special hunk meta handling in unit tests 8 lat temu

README

# 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