Matthew Wang 8e0f529b91 More cases for patch parser, coverage reached 70% 11 лет назад
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 лет назад
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 лет назад
hg-log Test patch from hg log -p 11 лет назад
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 лет назад
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 лет назад
svn-log Better patch parser; support svn log --diff 11 лет назад
README Better patch parser; support svn log --diff 11 лет назад
profile.sh Script and make targets for profiling 11 лет назад
regression.sh Env var PYTHON to allow local test with py3k 11 лет назад
test_cdiff.py More cases for patch parser, coverage reached 70% 11 лет назад

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