[Python-checkins] devguide: #13763 Clarify 'hg' usage.
terry.reedy
python-checkins at python.org
Fri Jan 20 00:13:45 CET 2012
http://hg.python.org/devguide/rev/081106c142ec
changeset: 484:081106c142ec
parent: 479:5d4a90e568ed
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Thu Jan 19 18:11:09 2012 -0500
summary:
#13763 Clarify 'hg' usage.
files:
setup.rst | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -14,11 +14,11 @@
Version Control Setup
---------------------
-CPython is developed using `Mercurial <http://hg-scm.org/>`_
-(commonly abbreviated hg, after the program name).
-It is easily available for common Unix systems by way of the standard package
-manager; under Windows, you might want to use the `TortoiseHg
-<http://tortoisehg.org/>`_ graphical client.
+CPython is developed using `Mercurial <http://hg-scm.org/>`_. The Mercurial
+command line program is named ``hg``; this is also used to refer to Mercurial
+itself. Mercurial is easily available for common Unix systems by way of the
+standard package manager; under Windows, you might want to use the
+`TortoiseHg <http://tortoisehg.org/>`_ graphical client.
.. _checkout:
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list