summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-23 04:22:31 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-02-23 04:22:31 (GMT)
commit48e5cd3df387209d29a8caae0c7a45e1cbbdbc62 (patch)
tree79fb98291ceb16119f20447064a15dc081625115 /Doc/whatsnew
parenteda71c9ef19b4b5520add452365b19d34023905e (diff)
downloadcpython-48e5cd3df387209d29a8caae0c7a45e1cbbdbc62.zip
cpython-48e5cd3df387209d29a8caae0c7a45e1cbbdbc62.tar.gz
cpython-48e5cd3df387209d29a8caae0c7a45e1cbbdbc62.tar.bz2
nits
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 6156c6c..d9af4e7 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2471,14 +2471,14 @@ Code Repository
In addition to the existing Subversion code repository at http://svn.python.org
there is now a `Mercurial <http://mercurial.selenic.com/>`_ repository at
-http://hg.python.org/ .
+http://hg.python.org/\.
After the 3.2 release, there are plans to switch to Mercurial as the primary
repository. This distributed version control system should make it easier for
members of the community to create and share external changesets. See
:pep:`385` for details.
-To learn to use the new version control system, see the `tutorial by Joel
+To learn the new version control system, see the `tutorial by Joel
Spolsky <http://hginit.com>`_ or the `Guide to Mercurial Workflows
<http://mercurial.selenic.com/guide/>`_.