One thing I like about git is that it tells me my status compared to the remote repo. For instance:
git status
yields
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
Is there a way to enable something similar in hg? It helps me track whether I have changes to push remotely or not.