[Python-checkins] devguide: Adapt server-side clone instructions to the new UI

antoine.pitrou python-checkins at python.org
Tue Mar 8 18:13:39 CET 2011


http://hg.python.org/devguide/rev/956a79b16922
changeset:   378:956a79b16922
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Mar 08 18:13:36 2011 +0100
summary:
  Adapt server-side clone instructions to the new UI

files:
  committing.rst

diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -281,11 +281,11 @@
 bandwidth.
 
 Go to the main repository's Web page (http://hg.python.org/cpython/); there
-you find a box labelled "server-side clone".  Enter the relative path of the
-repository you want to create on the server, for example ``features/mywork``;
-and press the button.  A new repository gets created on the server with all
-the changesets of the original repository (it will seem very fast; this is
-normal).
+you find a button labelled "server-side clone", which you can click on to
+display a Web form.  Enter the relative path of the repository you want to
+create on the server, for example ``features/mywork``; and press the button.
+A new repository gets created on the server with all the changesets of the
+original repository (it will seem very fast; this is normal).
 
 You can now do a local clone of this repository on your disk::
 

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


More information about the Python-checkins mailing list