Python now uses Mercurial
hg.python.org
Python now uses Mercurial
1–10 of 114 posts
Re: Python now uses Mercurial
#2http://mail.python.org/pipermail/python-dev/2009-March/08793...
But I see from http://www.python.org/dev/peps/pep-0385/ that it's taken that long to migrate away from svn.
Re: Python now uses Mercurial
#3Re: Python now uses Mercurial
#4But why are they using Mercurial and not Git? I want to what are the advantaged for them to choose Hg.
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
#5But why are they using Mercurial and not Git? I want to what are the advantaged for them to choose Hg.
Re: Python now uses Mercurial
#6But why are they using Mercurial and not Git? I want to what are the advantaged for them to choose Hg.
Re: Python now uses Mercurial
#7Re: Python now uses Mercurial
#8- Python + Hg
- Ruby + Git
- PHP + ...SVN?
Re: Python now uses Mercurial
#9It's interesting that each major web language seems to have paired off with a different VCS: - Python + Hg - Ruby + Git - PHP + ...SVN?
Re: Python now uses Mercurial
#10It's interesting that each major web language seems to have paired off with a different VCS: - Python + Hg - Ruby + Git - PHP + ...SVN?
Gotta say, they deserve each other.