Hg Diff Latex
Create a diff pdf for a .tex file with inclusion from hg revision
This python file creates a diff pdf file which contains the diff between the current files and a given revision or the last committed version.
I takes an input main file and checks the diff for all the files included in the main file.
Currently only supports hg repositories, though if there is any request for git, I'll try and add it.