Update for Mercurial 1.2.

This commit is contained in:
Brett Cannon 2009-03-06 22:11:00 +00:00
parent d7bca7c8f9
commit e6d377f2ed
1 changed files with 3 additions and 6 deletions

View File

@ -204,7 +204,7 @@ Contenders
Name Short Name Version 2.x Trunk Mirror 3.x Trunk Mirror
---------- ---------- ------- ----------------------------------- ------------------------------------------
Bazaar_ bzr 1.12 http://code.python.org/python/trunk http://code.python.org/python/3.0
Mercurial_ hg 1.1.2 http://code.python.org/hg/trunk/ http://code.python.org/hg/branches/py3k/
Mercurial_ hg 1.2.0 http://code.python.org/hg/trunk/ http://code.python.org/hg/branches/py3k/
git_ N/A 1.6.1 git://code.python.org/python/trunk git://code.python.org/python/branches/py3k
========== ========== ======= =================================== ==========================================
@ -1191,11 +1191,8 @@ only DVCS that directly supports Windows with a binary installer
while Mercurial and git require you to rely on a third-party for
binaries. Both bzr and hg have a tortoise version while git does not.
Bazaar also has the benefit of being written in pure Python, making
a Python VM the bare minimum requirement to work. It does have Pyrex
extensions which are optional, but highly recommended for
performance reasons. Mercurial requires the compilation of an
extension module and git is pure C and thus also requires a compiler.
Bazaar and Mercurial also has the benefit of being available in pure
Python with optional extensions available for performance.
CRLF -> LF Support