Does anyone know of a script that can accept a raw diff file and pretty print HTML output (which would be easier to review/mail)? A google search returned me some results li
The best option for me is aha (Ansi HTML Adapter - https://github.com/theZiz/aha)
$ svn diff | colordiff | aha > /tmp/diff.html