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

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