[Python-checkins] devguide: Either move or mark where updates are needed from svn to hg.

brett.cannon python-checkins at python.org
Sun Feb 6 00:54:10 CET 2011


brett.cannon pushed 391f973aa971 to devguide:

http://hg.python.org/devguide/rev/391f973aa971
changeset:   235:391f973aa971
branch:      hg_transition
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Sat Feb 05 15:53:56 2011 -0800
summary:
  Either move or mark where updates are needed from svn to hg.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -89,9 +89,9 @@
     * `Firefox search engine plug-in`_
 * Buildbots_
 * Source code
-    * `Browse online <http://svn.python.org/view/>`_
-    * `Daily snapshot <http://svn.python.org/snapshots/>`_
-    * `Daily OS X installer <http://python.org/dev/daily-dmg/>`_
+    * `Browse online <http://hg.python.org/>`_
+    * `Snapshot of py3k <http://hg.python.org/cpython/archive/tip.tar.bz2>`_
+    * `XXX Daily OS X installer <http://www.python.org/dev/daily-dmg/>`_
 * Tool support
     * :ref:`emacs`
     * :ref:`gdb`
@@ -107,7 +107,7 @@
 
 .. _buildbots: http://python.org/dev/buildbot/
 .. _Firefox search engine plug-in: http://www.python.org/dev/searchplugin/
-.. _Misc directory: http://svn.python.org/view/python/branches/py3k/Misc/
+.. _Misc directory: http://hg.python.org/cpython/file/tip/Misc
 .. _PEPs: http://www.python.org/dev/peps
 .. _PEP 7: http://www.python.org/dev/peps/pep-0007
 .. _PEP 8: http://www.python.org/dev/peps/pep-0008

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


More information about the Python-checkins mailing list