Update the number of the "base" revision of bin/time-scons.py to use
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 19 Dec 2009 16:18:25 +0000 (16:18 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 19 Dec 2009 16:18:25 +0000 (16:18 +0000)
for historical statistics.  Close the triple-quote in the doc string
I added right before the last checkin.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4569 fdb21ef1-2011-0410-befe-b5e4ea1792b1

bin/time-scons.py

index dfdbbdd96136c6016e2c0981aa008ffd1426faba..78d26e542fea95852c66fb206a31ebacbbc04437 100644 (file)
@@ -38,7 +38,7 @@ SubversionURL = 'http://scons.tigris.org/svn/scons'
 # a revision prior to this, we'll forcibly update the TimeSCons pieces
 # of the tree to this revision to collect consistent timings for earlier
 # revisions.
-TimeSCons_revision = 4567
+TimeSCons_revision = 4569
 
 # The pieces of the TimeSCons infrastructure that are necessary to
 # produce consistent timings, even when the rest of the tree is from
@@ -208,7 +208,7 @@ def prepare_commands():
 
 def script_command(script):
     """Returns the command to actually invoke the specified timing
-    script using our "built" scons."
+    script using our "built" scons."""
     return [sys.executable, 'runtest.py', '-x', 'build/usr/bin/scons', script]
 
 def do_revisions(cr, opts, branch, revisions, scripts):