[Python-checkins] devguide: Checkout is an subversion term. The script actually runs hg pull and hg update.

christian.heimes python-checkins at python.org
Wed Jul 24 23:50:42 CEST 2013


http://hg.python.org/devguide/rev/a12dca777753
changeset:   631:a12dca777753
user:        Christian Heimes <christian at cheimes.de>
date:        Wed Jul 24 23:50:34 2013 +0200
summary:
  Checkout is an subversion term. The script actually runs hg pull and hg update.

files:
  coverity.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/coverity.rst b/coverity.rst
--- a/coverity.rst
+++ b/coverity.rst
@@ -37,7 +37,7 @@
 Building and uploading analysis
 ===============================
 
-The process is automated. Twice a day a script runs ``hg checkout``,
+The process is automated. Twice a day a script runs ``hg pull``, ``hg update``
 ``cov-build`` and uploads the latest analysis to Coverity. The build runs on a
 dedicated virtual machine on PSF's infrastructure at OSU Open Source Labs. The
 process is maintained by Christian Heimes (see `Contact`_). At present only

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


More information about the Python-checkins mailing list