[pypy-svn] r53127 - pypy/branch/jit-hotpath/pypy/tool

fijal at codespeak.net fijal at codespeak.net
Sun Mar 30 05:34:27 CEST 2008


Author: fijal
Date: Sun Mar 30 05:34:27 2008
New Revision: 53127

Modified:
   pypy/branch/jit-hotpath/pypy/tool/udir.py
Log:
port from trunk


Modified: pypy/branch/jit-hotpath/pypy/tool/udir.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/tool/udir.py	(original)
+++ pypy/branch/jit-hotpath/pypy/tool/udir.py	Sun Mar 30 05:34:27 2008
@@ -18,7 +18,7 @@
         return basename.split('/')[-2]
 
 try:
-    basename = '-' + svn_info(py.path.svnwc().info().url) + '-'
+    basename = '-' + svn_info(py.path.svnwc(py.magic.autopath()).info().url) + '-'
 except:
     basename = '-'
 



More information about the Pypy-commit mailing list