diff options
author | Steven Knight <knight@baldmt.com> | 2009-12-27 15:36:09 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-12-27 15:36:09 (GMT) |
commit | 7870092bbd42f56d318cada4ef18038da7f8ea57 (patch) | |
tree | 8cdaffdb16c6a7122cbc59972e1c6d76bf6a990b /timings/graph.html | |
parent | 662ad39cea54e476aec9cb3adf4feaf0d3d98934 (diff) | |
download | SCons-7870092bbd42f56d318cada4ef18038da7f8ea57.zip SCons-7870092bbd42f56d318cada4ef18038da7f8ea57.tar.gz SCons-7870092bbd42f56d318cada4ef18038da7f8ea57.tar.bz2 |
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/graph.html')
-rw-r--r-- | timings/graph.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/timings/graph.html b/timings/graph.html index c314dc3..de12ff5 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'). |