Matthew Wang 3152b05093 Test patch from hg log -p il y a 11 ans
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 il y a 11 ans
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 il y a 11 ans
hg-log Test patch from hg log -p il y a 11 ans
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 il y a 11 ans
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 il y a 11 ans
svn-log Better patch parser; support svn log --diff il y a 11 ans
README Better patch parser; support svn log --diff il y a 11 ans
regression.sh Better patch parser; support svn log --diff il y a 11 ans
test_cdiff.py Better patch parser; support svn log --diff il y a 11 ans

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