Mercurial > diff-colorize
graph
-
Changed the token expression to add support for sub-identifier word differencing.2011-01-08, by Peter Hosey
-
This is diff-colorize 1.1.2011-01-06, by Peter Hosey
-
Merged in the new 1.0 version-message changeset.2011-01-06, by Peter Hosey
-
Added tag 1.0 for changeset 948c96784f002011-01-06, by Peter Hosey
-
Prevent lines that are completely different from being completely highlighted as different.2011-01-06, by Peter Hosey
-
Improve the highlighting of differences using a longest common subsequence algorithm.2011-01-06, by Peter Hosey
-
Added highlighting differences between consecutive old and new lines.2011-01-05, by Peter Hosey
-
Interleave adjacent runs of consecutive old and new lines into alternating old and new lines.2011-01-05, by Peter Hosey
-
Added tag 1.0b2 for changeset a7214992f9042008-08-11, by Peter Hosey
-
Added tag 1.0b1 for changeset 89284f926abb2008-08-11, 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.0b12008-08-11, by Peter Hosey
-
Marked the program as executable.2008-08-11, by Peter Hosey
-
Added my standard BSD license.2008-08-11, by Peter Hosey
-
Added usage information.2008-08-11, by Peter Hosey
-
Now that these can come from the environment, they are variables. Lowercasing their names for this reason.2008-08-11, by Peter Hosey
-
Added some comments documenting the OrderedDict class and our instance's contents.2008-08-11, by Peter Hosey
-
Moved the imports of sys and fileinput, so that all the imports are together.2008-08-11, by Peter Hosey
-
Get our color constants from the environment, if possible.2008-08-11, by Peter Hosey
-
Move the color constants above the format strings, since the color constants are more editable.2008-08-11, by Peter Hosey
-
Refactored to allow me to more easily add new prefixes.2008-08-11, by Peter Hosey
-
Initial check-in of first working version.2008-08-11, by Peter Hosey