I would like to view from the commandline what was changed in given Mercurial commit similar to what one would see from hg status
or from the TortoiseHg tool. The closest I can seem to get is hg log --stat
but that prints extra symbols (i.e. pluses and minuses) and I cannot specify at which specific revision I want to look.
I need this because I have developers who have check-in comments like "." or ",". >:-(