summaryrefslogtreecommitdiff
path: root/timings
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-12-27 15:36:09 +0000
committerSteven Knight <knight@baldmt.com>2009-12-27 15:36:09 +0000
commit3697efc22d660f3366339702ed145fd5f121dd10 (patch)
tree8cdaffdb16c6a7122cbc59972e1c6d76bf6a990b /timings
parent522135d815f9a84ea1fae5c5ee924d5d133a4734 (diff)
downloadscons-3697efc22d660f3366339702ed145fd5f121dd10.tar.gz
Pull up the tigris.org page for SVN revisions, at least for now, in
response to clicks on the detailed graph.
Diffstat (limited to 'timings')
-rw-r--r--timings/graph.html9
1 files changed, 8 insertions, 1 deletions
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').