r802 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Fri Aug 11 10:35:22 CEST 2006


Author: des
Date: 2006-08-11 10:35:22 +0200 (Fri, 11 Aug 2006)
New Revision: 802

Modified:
   trunk/varnish-cache/svn2cl.xsl
Log:
Print the message separately from the paths to avoid strange wrapping.


Modified: trunk/varnish-cache/svn2cl.xsl
===================================================================
--- trunk/varnish-cache/svn2cl.xsl	2006-08-11 08:34:43 UTC (rev 801)
+++ trunk/varnish-cache/svn2cl.xsl	2006-08-11 08:35:22 UTC (rev 802)
@@ -188,8 +188,12 @@
   <xsl:text>&tab;*&space;</xsl:text>
   <!-- print the paths and message nicely wrapped -->
   <xsl:call-template name="wrap">
-   <xsl:with-param name="txt" select="concat($rev,$paths,$msg)" />
+   <xsl:with-param name="txt" select="concat($rev,$paths)" />
   </xsl:call-template>
+  <xsl:text>&tab;&space;&space;</xsl:text>
+  <xsl:call-template name="wrap">
+   <xsl:with-param name="txt" select="$msg" />
+  </xsl:call-template>
  </xsl:template>
 
  <!-- format date -->




More information about the varnish-commit mailing list