When committing changes to Mercurial, it can auto-detect move/copy/renames by using the command
hg addremove -similarity 100
The number after similarity indicates how similar two files need to be from 0-100% for mercurial to decide its a move, copy or rename instead of just a new file.
This is a great feature. Can TortoiseHg do this?