summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2011-02-24 17:54:25 -0800
committerRobert Bradshaw <robertwb@math.washington.edu>2011-02-24 17:54:25 -0800
commit739e97dcb31ce438aeeec6a3beee484020bbc516 (patch)
tree4a79dbe73b5532b32a4c657cb3537a82cde36d20 /README.txt
parent5251c9134a545c63f95ce1484beb6db0b51cb2eb (diff)
downloadcython-739e97dcb31ce438aeeec6a3beee484020bbc516.tar.gz
Fix hg/git in readme.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index e6b10e79e..8c0275803 100644
--- a/README.txt
+++ b/README.txt
@@ -26,16 +26,16 @@ See LICENSE.txt.
--------------------------
-Note that Cython used to ship the Mercurial (hg) repository in its source
+Note that Cython used to ship the full version control repository in its source
distribution, but no longer does so due to space constraints. To get the
-full source history, make sure you have hg installed, then step into the
+full source history, make sure you have git installed, then step into the
base directory of the Cython source distribution and type
make repo
Alternatively, check out the latest developer repository from
- http://hg.cython.org/cython-devel
+ https://github.com/cython/cython