Renaming in Git and Mercurial: Accuracy and automaticity
问题 I only have a few days of experience with Git and Mercurial, and I don't have much programming experiences. In the past few days, I read many posts that comparing the two. Based on what I've read and my tests, I get the following conclusions: Git's renaming is 100% automatic but not 100% accurate. It relies on algorithm to guess renames. The end users are not able to alter its decision even if it's completely wrong. I guess Git's method might be fine for 99% of the cases, but that 1% are