[pypy-svn] pypy default: remove references to svn. Fix typo. Add the information that you will need

lac commits-noreply at bitbucket.org
Wed Feb 9 09:46:21 CET 2011


Author: Laura Creighton <lac at openend.se>
Branch: 
Changeset: r41724:f66eb633cf21
Date: 2011-02-09 09:45 +0100
http://bitbucket.org/pypy/pypy/changeset/f66eb633cf21/

Log:	remove references to svn. Fix typo. Add the information that you
	will need libaprutil-1

diff --git a/pypy/doc/getting-started.txt b/pypy/doc/getting-started.txt
--- a/pypy/doc/getting-started.txt
+++ b/pypy/doc/getting-started.txt
@@ -25,10 +25,6 @@
 Just the facts 
 ============== 
 
-.. _gettingpypy: 
-.. _`latest stable version via subversion`:   
-.. _`get via Subversion`:
-
 Clone the repository
 --------------------
 
@@ -69,11 +65,14 @@
 
 .. _`our nightly tests:`: http://buildbot.pypy.org/summary?branch=<trunk>
 
+If your mercurial installation did not automatically give you a libaprutil-1
+you will have to install this manually if you want to commit changes to
+bitbucket.  
 
 Where to go from here
 ----------------------
 
-After you succesfully managed to get PyPy's source you can read more about:
+After you succesfully manage to get PyPy's source you can read more about:
 
  - `Building and using PyPy's Python interpreter`_
  - `Learning more about the translation toolchain and how to develop (with) PyPy`_


More information about the Pypy-commit mailing list