From 3697efc22d660f3366339702ed145fd5f121dd10 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sun, 27 Dec 2009 15:36:09 +0000 Subject: Pull up the tigris.org page for SVN revisions, at least for now, in response to clicks on the detailed graph. --- timings/graph.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'timings') diff --git a/timings/graph.html b/timings/graph.html index c314dc33..de12ff5b 100644 --- a/timings/graph.html +++ b/timings/graph.html @@ -165,7 +165,14 @@ function on_clicked_plot(prev_cl, cl) { // Define sources for detail tabs if ('view-change' in Config.detailTabs) { document.getElementById('view-change'). - setAttribute('src', Config.changeLinkPrefix + prev_cl + ':' + cl); + // TODO: The tigris.org source browser only lets us pull up + // one revision. That's okay for our current behavior of + // timing each revision separately, but if we go back to merging + // build requests from multiple revisions, we'll need an + // intermediary CGI script. + //setAttribute('src', Config.changeLinkPrefix + prev_cl + ':' + cl); + setAttribute('src', + 'http://scons.tigris.org/source/browse/scons?view=rev&revision=' + cl); } if ('view-pages' in Config.detailTabs) { document.getElementById('view-pages'). -- cgit v1.2.1