antoine.pitrou pushed a26b1f7ec891 to devguide: http://hg.python.org/devguide/rev/a26b1f7ec891 changeset: 161:a26b1f7ec891 user: Antoine Pitrou <solipsis at pitrou.net> date: Thu Jan 20 20:50:32 2011 +0100 summary: Mention the HTTP address for "read-only" checkouts (and also the Web UI). files: index.rst diff --git a/index.rst b/index.rst --- a/index.rst +++ b/index.rst @@ -76,8 +76,9 @@ Resources --------- -* Core developers can checkout and edit this devguide at - ssh://hg@hg.python.org/devguide +* Anyone can checkout this guide from http://hg.python.org/devguide/. + Core developers should use ssh://hg@hg.python.org/devguide instead, so + that they can push back their edits to the server. * `Issue tracker <http://bugs.python.org/>`_ * `Meta tracker <http://psf.upfronthosting.co.za/roundup/meta>`_ (issue tracker for the issue tracker) -- Repository URL: http://hg.python.org/devguide