Hacker News new | ask | show | jobs
by 100k 5631 days ago
I love Mercurial, but I agree with this. I tried using the bookmarks extension with a colleague who wanted to use branches this way and we had trouble figuring it out. Definitely not as easy as git (though getting new remote branches with git is another thing that drives me crazy and I have to look up every time).

git stash is another thing I really like about git. There are hg alternatives but they are not as easy to use (and if you go the mq route things become so complicated you might as well just use git).