I'm using to visualizing diff results using the nice graphical meld application - when my source control uses mercurial or git.
Now I'm stuck with maintaining a codebase using CVS; but I still want to use meld. i.e. instead of looking at cvs diff, I want to have a meld window come up with the root of the modified and the committed versions.
How do I do this?
Related question: Use a different diff command with CVS? ... but while answers there suggest using meld is possible, there's no explanation how.