When using mercurial, I\'d like to be able to diff the working copy of a file with the tip file in my default remote repository. Is there an easy way to do this?
I
Using templates you can get a list of all changed files:
hg incoming --template {files}