|
|
|
|
|
by ecuzzillo
1465 days ago
|
|
I can only speak to the comparison with hg, but for large repos, git's performance is literally 10x better in our case (we have two parallel copies, one in hg and one in git, so as to smooth the transition to git). hg seems more usable, but certain decisions are poor (e.g. baking the branch name into each commit); overall I have no strong preference between the two except for the speed. But the speed pretty much drowns out any other signal. |
|