File: README

package info (click to toggle)
ydiff 1.4.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,692 kB
  • sloc: python: 1,417; sh: 91; makefile: 58
file content (9 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# To generate expected output, chdir to a subdir and use following command, then
# review with `less -R`

unset YDIFF_OPTIONS

../../ydiff.py -c always -u            < in.diff > out.unified
../../ydiff.py -c always -w80 --nowrap < in.diff > out.side-by-side
../../ydiff.py -c always -w70 --nowrap < in.diff > out.w70.nowrap
../../ydiff.py -c always -w70 --wrap   < in.diff > out.w70.wrap