- Support reading diff or log for given files/dirs in workspace - Support diff generated from ``diff -ru dir1 dir2`` - Usage change: reading a patch and comparing two files need stdin redirect
0.6
- A few performance tuning and code clean up - Add unit test cases with coverage 70% - Show merge history in svn log
0.5.1
- Fixed incorrect yield on diff missing eof - Fixed a bug in diff format probe - Handle keyboard interrupt and large diffs in non-color mode - Code clean up
0.5
- Support read output from ``svn diff --log`` and ``hg log -p`` - Streamline reading large patch set - New ``--log (-l)`` option to read revision control diff log (thanks to `Steven Myint`_)
0.4
- New option *-c WHEN* (*--color WHEN*) to support auto test - Auto regression test now on Travis