[Python-checkins] devguide: Update git mirror URL to python/cpython.

berker.peksag python-checkins at python.org
Mon Feb 16 08:04:29 CET 2015


https://hg.python.org/devguide/rev/0081fea8977a
changeset:   728:0081fea8977a
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Feb 16 09:01:27 2015 +0200
summary:
  Update git mirror URL to python/cpython.

files:
  faq.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -167,17 +167,17 @@
 
 While the main workflow for core developers requires Mercurial, if
 you just want to generate patches with ``git diff`` and post them to the
-`issue tracker`_, Petri Lehtinen maintains a `git mirror`_ of the main
+`issue tracker`_, there is a semi-offical read-only `git mirror`_ of the main
 `CPython repository`_. To create a local clone based on this mirror rather
 than the main repository::
 
-    git clone git://github.com/akheron/cpython
+    git clone git://github.com/python/cpython
 
 The mirror's master branch tracks the main repository's default branch,
 while the maintenance branch names (``2.7``, ``3.4``, etc) are mapped
 directly.
 
-.. _git mirror: https://github.com/akheron/cpython
+.. _git mirror: https://github.com/python/cpython
 .. _CPython repository: https://hg.python.org/cpython
 
 Please only use this approach if you're already an experienced Git user and

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


More information about the Python-checkins mailing list