log

age author description
2011-01-06 Peter Hosey Added tag 1.0 for changeset 948c96784f00
2011-01-06 Peter Hosey Added line to usage message identifying this as diff-colorize 1.0. 1.0
2011-01-06 Peter Hosey Prevent lines that are completely different from being completely highlighted as different.
2011-01-06 Peter Hosey Improve the highlighting of differences using a longest common subsequence algorithm.
2011-01-05 Peter Hosey Added highlighting differences between consecutive old and new lines.
2011-01-05 Peter Hosey Interleave adjacent runs of consecutive old and new lines into alternating old and new lines.
2011-01-04 Peter Hosey Make the file importable for debugging purposes by wrapping the main-program-only bits in an if __name__ == "__main__" block.