Live data from Hacker News

Ask HN: Google/FB engineers, Do you like Mercurial?

news.ycombinator.com

1–10 of 59 posts

Re: Ask HN: Google/FB engineers, Do you like Mercurial?

#5
post #3

Why only Google and Facebook engineers? I use both Mercurial and Git, and honestly, they aren't that different. Unless you're doing something very specific I don't see why you would choose one over the other.

I don't know about Google, but I believe Facebook keeps all of its code in one gigantic Mercurial repository.

Re: Ask HN: Google/FB engineers, Do you like Mercurial?

#6
post #3

Why only Google and Facebook engineers? I use both Mercurial and Git, and honestly, they aren't that different. Unless you're doing something very specific I don't see why you would choose one over the other.

I've never used mercurial outside of TortoiseHg. In fact, the only time I've used mercurial is when I was attempting to build Firefox from source before I realized that they do a git mirror thing so you don't have to touch mercurial at all.

I don't know much about mercurial. I use git because somebody said it is easier to rewrite history in git.

Re: Ask HN: Google/FB engineers, Do you like Mercurial?

#7
post #3

Why only Google and Facebook engineers? I use both Mercurial and Git, and honestly, they aren't that different. Unless you're doing something very specific I don't see why you would choose one over the other.

I've never used mercurial outside of TortoiseHg. In fact, the only time I've used mercurial is when I was attempting to build Firefox from source before I realized that they do a git mirror thing so you don't have to touch mercurial at all. I don't know much about mercurial. I use git because somebody said it is easier to rewrite history in git.

Why would you rewrite history? Don't be ashamed.

Re: Ask HN: Google/FB engineers, Do you like Mercurial?

#8
heavy mercurial user. all my open source projects are on it. first at Google code (rip) and now on bitbucket.

though i have to use git at work daily. github to add insult...

my finger memory is now on git. and that's where git "wins". the chance that you will be forced to use it and learn the awful laundry list of steps to properly use it (hint, if you ever type "pull" you are doing it wrong) you get your finger memory and then curse when you have to use the simple and more intuitive solutions. damn dumb fingers.

Re: Ask HN: Google/FB engineers, Do you like Mercurial?

#9
Google is working on integrating Mercurial into their workflows, but hasn't quite achieved this goal yet. They are growing their hg team with hopes of replicating what Facebook has done, but they aren't there yet. Check out their contributions:

http://selenic.com/hg/log?rev=google.com&revcount=80

Facebook is almost entirely hg by this point, though.

Re: Ask HN: Google/FB engineers, Do you like Mercurial?

#10
post #5
post #3

Why only Google and Facebook engineers? I use both Mercurial and Git, and honestly, they aren't that different. Unless you're doing something very specific I don't see why you would choose one over the other.

I don't know about Google, but I believe Facebook keeps all of its code in one gigantic Mercurial repository.

Not exactly "all", but certainly the mother load.
Post reply on HN