doc fix
authorStefan Behnel <scoder@users.berlios.de>
Tue, 9 Mar 2010 20:18:21 +0000 (21:18 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 9 Mar 2010 20:18:21 +0000 (21:18 +0100)
README.txt

index a1f52b906a4ea55798d1320c616a67f5fb6270bf..371fa2396aadb928c6a8682b95dc77eb8e3861ce 100644 (file)
@@ -16,24 +16,17 @@ below).  Cython itself is licensed under the
 
 --------------------------
 
-There are TWO mercurial (hg) repositories included with Cython:
+Note that Cython no longer ships the Mercurial (hg) repository in its
+source distribution.  To get the full source history, make sure you
+have hg installed, then step into the base directory of the Cython
+source distribution and type
 
-   * Various project files, documentation, etc. (in the top level directory)
-   * The main codebase itself (in Cython/)
-   
-We keep these separate for easier merging with the Pyrex project. 
+    make repo
 
-To see the change history for Cython code itself, go to the Cython
-directory and type 
+Alternatively, check out the latest developer repository from
 
- $ hg log
+    http://hg.cython.org/cython-devel
 
-This requires that you have installed Mercurial.
-
-
--- William Stein (wstein@gmail.com)
-
-xxxx
 
 
 The following is from Pyrex: