Live data from Hacker News

Python now uses Mercurial

hg.python.org

1–10 of 114 posts

Re: Python now uses Mercurial

#4
post #3

But why are they using Mercurial and not Git? I want to what are the advantaged for them to choose Hg.

http://www.python.org/dev/peps/pep-0374/#why-mercurial-over-...

Basically, they wanted a tool that was equally usable on all platforms, which excluded Git on Windows.

They also wanted something written in Python, of course, although they would have sacrificed that in the interest of pragmatism.

Re: Python now uses Mercurial

#9
post #8

It's interesting that each major web language seems to have paired off with a different VCS: - Python + Hg - Ruby + Git - PHP + ...SVN?

The C Ruby implementation is actually on subversion with an official git mirror. Granted, most Ruby projects are hosted using git repositories these days.
Post reply on HN