From: stevenknight Date: Sat, 19 Dec 2009 16:18:25 +0000 (+0000) Subject: Update the number of the "base" revision of bin/time-scons.py to use X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f319de123f6339685f5859f63f7d47b2d2610f4a;p=scons.git Update the number of the "base" revision of bin/time-scons.py to use 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 --- diff --git a/bin/time-scons.py b/bin/time-scons.py index dfdbbdd9..78d26e54 100644 --- a/bin/time-scons.py +++ b/bin/time-scons.py @@ -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):