Handling renames: svn vs. git vs. mercurial

Viewed 9904

How do each of these VCS handle renames?

I have found a lot of contradicting information stating that git tracks LOC (lines of code) instead of files, renames would therefore have no meaning for it.

6 Answers
Related