[pypy-svn] pypy default: Replace the 'svn' link with 'hg'.

arigo commits-noreply at bitbucket.org
Sat Jan 8 13:03:17 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r40488:e4cca2fe5bde
Date: 2011-01-08 13:02 +0100
http://bitbucket.org/pypy/pypy/changeset/e4cca2fe5bde/

Log:	Replace the 'svn' link with 'hg'.

diff --git a/pypy/doc/confrest.py b/pypy/doc/confrest.py
--- a/pypy/doc/confrest.py
+++ b/pypy/doc/confrest.py
@@ -31,7 +31,7 @@
             html.a("documentation", href=self.get_doclink("docindex.html"),
                    class_="menu"),
             " ", 
-            html.a("svn", href="https://codespeak.net/viewvc/pypy/trunk/",
+            html.a("hg", href="https://bitbucket.org/pypy/pypy",
                    class_="menu"),
             " ", 
             html.a("issues",


More information about the Pypy-commit mailing list