[Python-checkins] devguide: Add a link to the test repo's Web interface

antoine.pitrou python-checkins at python.org
Sun Feb 13 00:01:55 CET 2011


antoine.pitrou pushed a7df1a869e4a to devguide:

http://hg.python.org/devguide/rev/a7df1a869e4a
changeset:   305:a7df1a869e4a
branch:      hg_transition
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 13 00:01:52 2011 +0100
summary:
  Add a link to the test repo's Web interface

files:
  coredev.rst

diff --git a/coredev.rst b/coredev.rst
--- a/coredev.rst
+++ b/coredev.rst
@@ -68,8 +68,9 @@
 
 You can verify your commit access by looking at
 http://www.python.org/dev/committers which lists all core developers by
-username.  If you want to practice, there is a test repository where you can
-freely commit and push any changes you like::
+username.  If you want to practice, there is a `test repository
+<http://hg.python.org/test/>`_ where you can freely commit and push any
+changes you like::
 
    hg clone ssh://hg@hg.python.org/test/ hgtest
 

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list