Assuming I have a named branch foo with two commits a, b:
a b c ------o-------o-------o------- # default \\ d e
diff between branches:
hg diff -r :
show current branch's latest commit:
hg log -r .