From 48e5cd3df387209d29a8caae0c7a45e1cbbdbc62 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 23 Feb 2011 04:22:31 +0000 Subject: [PATCH] nits --- Doc/whatsnew/3.2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 6156c6c0b83..d9af4e7aa68 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 `_ 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 `_ or the `Guide to Mercurial Workflows `_.