Hacker News new | ask | show | jobs
by lucian1900 5466 days ago
I've yet to find any significant speed difference between git and hg.

Hg is slower overall, but scales just as well as git. A huge repo will still be just slightly slower in hg than in git.

1 comments

I thought so, thanks. Looks like I'll be switching, git is just too obtuse.