Matthew Wang 04ac895387 Refactor to make logic clearer, no DiffOps anymore | hace 11 años | |
---|---|---|
.. | ||
context | hace 11 años | |
crlf | hace 11 años | |
diff-ru | hace 11 años | |
diff-ru-bin | hace 11 años | |
git | hace 11 años | |
git-bin | hace 11 años | |
git-log | hace 11 años | |
git-perm | hace 11 años | |
hg-log | hace 11 años | |
strange | hace 11 años | |
svn | hace 11 años | |
svn-log | hace 11 años | |
svn-merge | hace 11 años | |
svn-property | hace 11 años | |
README | hace 11 años | |
profile.sh | hace 11 años | |
regression.sh | hace 11 años | |
test_cdiff.py | hace 11 años |
# 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