When committing changes to Mercurial, it can auto-detect move/copy/renames by using the command
hg addremove -similarity 100
The nu
I have my global settings (mercurial.ini) file configured with:
[defaults] addremove = --similarity 100
If you ask me, this should be on by default.