I've never heard of mercurial until this post, I've been using git for version control and it does the job really well. To those who use mercurial over git, why?
Seems to be popular at Facebook.[1] Where I work Mercurial has been an option for some time now (no Git unfortunately) and coming from Git I must say I really love how it does some of its things: - hg split: split a commit into as many different commits as you like using an interactive patch editor (you can fold/collapse hunks, can edit them textually, can select which lines of the hunk should be applied). It will au…
Same with histedit, that’s in magit as well.