Mercurial > diff-colorize
graph
-
Expanded this comment to acknowledge that the same sub-expression covers both decimal and octal (beginning with 0) number literals.Sat, 08 Jan 2011 01:27:44 -0800, by Peter Hosey
-
Changed the token expression to add support for sub-identifier word differencing.Sat, 08 Jan 2011 01:21:51 -0800, by Peter Hosey
-
This is diff-colorize 1.1.Wed, 05 Jan 2011 21:05:33 -0800, by Peter Hosey
-
Merged in the new 1.0 version-message changeset.Wed, 05 Jan 2011 21:05:17 -0800, by Peter Hosey
-
Added tag 1.0 for changeset 948c96784f00Wed, 05 Jan 2011 21:04:46 -0800, by Peter Hosey
-
Added line to usage message identifying this as diff-colorize 1.0. 1.0Wed, 05 Jan 2011 21:04:42 -0800, by Peter Hosey
-
Prevent lines that are completely different from being completely highlighted as different.Wed, 05 Jan 2011 21:02:24 -0800, by Peter Hosey
-
Improve the highlighting of differences using a longest common subsequence algorithm.Wed, 05 Jan 2011 16:21:37 -0800, by Peter Hosey
-
Added highlighting differences between consecutive old and new lines.Wed, 05 Jan 2011 07:53:57 -0800, by Peter Hosey
-
Interleave adjacent runs of consecutive old and new lines into alternating old and new lines.Wed, 05 Jan 2011 06:56:01 -0800, by Peter Hosey
-
Make the file importable for debugging purposes by wrapping the main-program-only bits in an if __name__ == "__main__" block.Mon, 03 Jan 2011 20:27:37 -0800, by Peter Hosey
-
Added tag 1.0b2 for changeset a7214992f904Mon, 11 Aug 2008 02:10:41 -0700, by Peter Hosey
-
Added a different set of default color codes and a different colorization format string. Both of these are to support 16-color mode (which is all Terminal supports). 1.0b2Mon, 11 Aug 2008 01:59:57 -0700, by Peter Hosey
-
Added tag 1.0b1 for changeset 89284f926abbMon, 11 Aug 2008 01:25:17 -0700, by Peter Hosey
-
Darkened the colors for “old mode” and “removed”. The previous “removed” color was just too pink—not the light red I wanted. 1.0b1Mon, 11 Aug 2008 01:17:11 -0700, by Peter Hosey