$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2007-09-22 10:39:51
Author: bemandawes
Date: 2007-09-22 10:39:50 EDT (Sat, 22 Sep 2007)
New Revision: 39477
URL: http://svn.boost.org/trac/boost/changeset/39477
Log:
Add revision to column heads. Patch courtesy of Sebastian Redl.
Text files modified: 
   trunk/tools/regression/xsl_reports/xsl/v2/common.xsl |    10 ++++++++++                              
   1 files changed, 10 insertions(+), 0 deletions(-)
Modified: trunk/tools/regression/xsl_reports/xsl/v2/common.xsl
==============================================================================
--- trunk/tools/regression/xsl_reports/xsl/v2/common.xsl	(original)
+++ trunk/tools/regression/xsl_reports/xsl/v2/common.xsl	2007-09-22 10:39:50 EDT (Sat, 22 Sep 2007)
@@ -465,6 +465,16 @@
         <tr>
             <td colspan="{$colspan}"> </td>
             <xsl:for-each select="$run_toolsets//runs/run[ count(toolset) > 0 ]">
+                <td colspan="{count(toolset)}" class="revision">
+                    rev <xsl:value-of select="@revision"/>
+                </td>
+            </xsl:for-each>
+            <td colspan="{$colspan}"> </td>
+        </tr>
+
+        <tr>
+            <td colspan="{$colspan}"> </td>
+            <xsl:for-each select="$run_toolsets//runs/run[ count(toolset) > 0 ]">
                 <xsl:variable name="timestamp_diff" select="meta:timestamp_difference( @timestamp, $run_date )"/>
                 <xsl:variable name="age" select="meta:iif( $timestamp_diff < 30, $timestamp_diff, 30 )"/>
                 <td colspan="{count(toolset)}" class="timestamp">