In a mercurial repo I can run hg up {revision} to change the revision of my working directory, but what command can I run to discover what revision I\'m looking at?
hg up {revision}
This will also helpful,
hg log -v -r `hg id -i`