Occasionally I commit some code to the repository, add a comment/summary, then read the summary back and realise I\'ve made a mistake or should have included a bit more info
If you commit, but not pushed, you can rollback the last commit using
hg rollback
I'm not sure that this functionality is implemented in TortoiseHG, but you always can open console, go to the repo and type this command by self.