Matthew Wang 46d9e21076 Fix an unit test fails in python 2.5 for issue #31 před 10 roky
..
context Re-enable context diff related tests před 11 roky
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
diff-ru Handle 'Binary files ... differ' před 11 roky
diff-ru-bin Handle 'Binary files ... differ' před 11 roky
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
git-bin Handle 'Binary files ... differ' před 11 roky
git-log Enhance diff parser on handling hunk links, fix #20 před 11 roky
git-perm Fall through unknown format to 'unified', fixed #18 před 11 roky
hg-log Test patch from hg log -p před 11 roky
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
svn-log Better patch parser; support svn log --diff před 11 roky
svn-merge Fixed #14 by tolerating dangling headers and short patch < 4 lines před 11 roky
svn-property Handle a diff with only an svn property change před 11 roky
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 před 11 roky
profile.sh Script and make targets for profiling před 11 roky
regression.sh Travis does not have filterdiff, not ready to add context test case yet (#15) před 11 roky
test_cdiff.py Fix an unit test fails in python 2.5 for issue #31 před 10 roky

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