ENHANCEMENT Ticket (pending)

Put the flag -M when generating the diff

When generating the diff we should be able to detect renames and copies. The flag -M will detect renames, there are two others options. Dunno how the others works. {{{ -M Detect renames. -C Detect copies as well as renames. See also --find-copies-harder. --find-copies-harder For performance reasons, by default, -C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution. Giving more than one -C option has the same effect. }}}
on 12.22.08 reported by: renan.saddam