Hacker News new | ask | show | jobs
by ies7 2159 days ago
Google and Facebook use mercurial over git internally.
2 comments

Google doesn't use mercurial they use perforce.
Google uses a proprietary backend with the primary front end written to look like a clone of the perforce tool p4. The newer frontend that's getting investment is mercurial based. There also exists unofficial/deprecated support for a git frontend.
I believe Dropbox uses Mercurial as well.