$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2007-09-25 13:56:13
Author: bemandawes
Date: 2007-09-25 13:55:58 EDT (Tue, 25 Sep 2007)
New Revision: 39526
URL: http://svn.boost.org/trac/boost/changeset/39526
Log:
Fix revision not propagating (Sebastian Redl)
Text files modified: 
   trunk/tools/regression/xsl_reports/xsl/v2/common.xsl |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 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-25 13:55:58 EDT (Tue, 25 Sep 2007)
@@ -65,7 +65,8 @@
                                     timestamp="{@timestamp}" 
                                     platform="{@platform}"
                                     run-type="{@run-type}"
-                                    source="{@source}">
+                                    source="{@source}"
+                                    revision="{@revision}">
                             
                                     <comment><xsl:value-of select="comment"/></comment>
                                     <xsl:variable name="not_ordered_toolsets" select="set:distinct( .//test-log[ meta:is_test_log_a_test_case(.) and meta:show_toolset( @toolset, $release ) ]/@toolset ) "/>