Raghuram's answer is no longer correct due to stylistic(~) changes to TortoiseHG. "Repository Browser" has been renamed "TortoiseHG Workbench", but, more importantly, "Revert file contents" is no longer an action on the context menu.
As of version 2.0.4, you'll want to:
- Commit your current repository in case something goes wrong.
- Open the relevant changeset in "TortoiseHG Explorer"
- In the file listing, right-click on the file you which to revert.
- Select "Revert to Revision" from the context menu.
- You'll be presented with a confirmation dialog that contains a checkbox labeled "Revert all files to this revision". Make sure that it's unchecked.
- Hit "OK".
- Verify that only that file was reverted. If everything was reverted, update to the revision created in step 1.
The first time I tried this, I'm not sure what I did wrong, but I reverted the whole repository instead of the single file. So, definitely make sure you commit a new revision before trying it.