I look a lot at diff merges from mercurial, and it annoys me that moved files are shown as file deletion + file addition, often at two different places in the diff. It would be great if there was a way to replace that output by the message "file moved from .. to ..". The same goes for copied files.
I have heard that git has a copy detection algorithm that can also handle some changes in the files.
Is there a mercurial extension or a standalone tool I can feed my diff to that detects these file copies as well?