Search code examples
mercurialdiffexamdiff

Diff current source vs source at point in time


I know how to view all changes in a changeset..

But let's say you update your source, you do a pull and you get 3 new changesets. How can you compare the current state of the remote repository (with the 3 changesets checked in) vs. the current source (on your local machine)?

I'd like to do this using the visual diff tool which I currently have configured (Examdiff or Kdiff3).


Solution

  • You want to compare the current working directory with the tip revision, so you should be able to use hg diff -r tip.