[pypy-svn] pypy default: Fix comment.

arigo commits-noreply at bitbucket.org
Mon Feb 21 13:37:20 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r42191:9ba1de2fdb88
Date: 2011-02-20 23:06 +0100
http://bitbucket.org/pypy/pypy/changeset/9ba1de2fdb88/

Log:	Fix comment.

diff --git a/pypy/tool/udir.py b/pypy/tool/udir.py
--- a/pypy/tool/udir.py
+++ b/pypy/tool/udir.py
@@ -14,7 +14,7 @@
 #
 # The default value for $PYPY_USESSION_DIR is the system tmp.
 # The default value for $PYPY_USESSION_BASENAME is the name
-# of the current subversion branch.
+# of the current Mercurial branch.
 #
 
 import autopath


More information about the Pypy-commit mailing list