Mercurial > diff-colorize
log
age | author | description |
---|---|---|
2008-08-11 | Peter Hosey | Moved the imports of sys and fileinput, so that all the imports are together. |
2008-08-11 | Peter Hosey | Added prefixes “old mode” and “new mode”, found in Git-style diffs, along with new color constants for them. We treat these the same way we treat “---” and “+++”. |
2008-08-11 | Peter Hosey | Get our color constants from the environment, if possible. |
2008-08-11 | Peter Hosey | Move the color constants above the format strings, since the color constants are more editable. |
2008-08-11 | Peter Hosey | Added support for hunk start markers (@@…@@). For these, we set the whole line in reverse video, in the same color we use for index lines. |
2008-08-11 | Peter Hosey | Refactored to allow me to more easily add new prefixes. |
2008-08-11 | Peter Hosey | Initial check-in of first working version. |