Ask HN: Google/FB engineers, Do you like Mercurial?
1–10 of 59 posts
Re: Ask HN: Google/FB engineers, Do you like Mercurial?
#2Re: Ask HN: Google/FB engineers, Do you like Mercurial?
#3I 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.
Re: Ask HN: Google/FB engineers, Do you like Mercurial?
#4Re: Ask HN: Google/FB engineers, Do you like Mercurial?
#5Why 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.
Re: Ask HN: Google/FB engineers, Do you like Mercurial?
#6Why 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 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?
#7Why 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?
#8though 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?
#9http://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?
#10Why 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.