commiting in hg create diff files.
But, i would like to be able to look at a factorized version of these diff, ignoring all white-spaces.
I have a lot a diff files (905 files) between two revisions, and i need such a tool to understand the changes of code.
Basically, the tool would open a diff file (or patch), reconstruct the old file then compare it with the current one ignoring white-spaces and finally optimaly show the comparison to me in a GUI with side-by-side code.
Is there such a tool?
By the way, I am on Debian 6.
Thanks