Matt Wang ba7dea407c Rename to ydiff (version 1.1) 5 years ago
..
context Update test data with missing EOL. 6 years ago
crlf Update test data with missing EOL. 6 years ago
diff-of-diff Implement --wrap flag 6 years ago
diff-ru Update test data with missing EOL. 6 years ago
diff-ru-bin Update test data with missing EOL. 6 years ago
evil-udiff Implement --wrap flag 6 years ago
git Update test data with missing EOL. 6 years ago
git-bin Update test data with missing EOL. 6 years ago
git-log Update test data with missing EOL. 6 years ago
git-perm Update test data with missing EOL. 6 years ago
hg-log Update test data with missing EOL. 6 years ago
latin1 Update test data with missing EOL. 6 years ago
strange Update test data with missing EOL. 6 years ago
svn Update test data with missing EOL. 6 years ago
svn-log Update test data with missing EOL. 6 years ago
svn-merge Update test data with missing EOL. 6 years ago
svn-property Update test data with missing EOL. 6 years ago
README Rename to ydiff (version 1.1) 5 years ago
profile.sh Rename to ydiff (version 1.1) 5 years ago
regression.sh Rename to ydiff (version 1.1) 5 years ago
test_ydiff.py Rename to ydiff (version 1.1) 5 years ago

README

# To generate expected output, chdir to a subdir and use following command, then
# review with `less -R`
#
../../ydiff.py -c always < in.diff > out.normal
../../ydiff.py -c always -s < in.diff > out.side-by-side
../../ydiff.py -c always -s < in.diff -w70 > out.w70
../../ydiff.py -c always -s < in.diff -w70 --wrap > out.w70.wrap