Matthew Wang 98b49e3de8 Script and make targets for profiling преди 12 години
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 преди 12 години
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 преди 12 години
hg-log Test patch from hg log -p преди 12 години
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 преди 12 години
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 преди 12 години
svn-log Better patch parser; support svn log --diff преди 12 години
README Better patch parser; support svn log --diff преди 12 години
profile.sh Script and make targets for profiling преди 12 години
regression.sh Env var PYTHON to allow local test with py3k преди 12 години
test_cdiff.py Better patch parser; support svn log --diff преди 12 години

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