Use hg diff -c tip
, or hg tip -p
(shorter, but works only for tip).
This will work until you pull something, since tip
is an alias for the most recent revision to appear in the repo, either by local commit or
pull/push from remote repositories.