[pypy-commit] jitviewer default: consistantly use the exntesion

alex_gaynor noreply at buildbot.pypy.org
Thu Aug 4 02:05:57 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r170:3b9994e2c9b0
Date: 2011-08-03 17:07 -0700
http://bitbucket.org/pypy/jitviewer/changeset/3b9994e2c9b0/

Log:	consistantly use the exntesion

diff --git a/README b/README
--- a/README
+++ b/README
@@ -17,8 +17,8 @@
 
 Finally, run it:
 
-    jitviewer.py log
+    jitviewer.py log.pypylog
 
-where log is a logfile generated by
-PYPYLOG=jit-log-opt,jit-backend:log pypy <args>.
+where log.pypylog is a logfile generated by
+PYPYLOG=jit-log-opt,jit-backend:log.pypylog pypy <args>.
 An example log file comes with a checkout.


More information about the pypy-commit mailing list