"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "28f9111901ca94ebae4dcee1f1f22a7f3e0112ab"
Commit 97ebb11c authored by Davis King's avatar Davis King
Browse files

Updated stylesheet so it correctly puts Mercurial file removals into the HTML change log.

parent 0af07b8d
...@@ -1015,6 +1015,11 @@ ...@@ -1015,6 +1015,11 @@
<xsl:with-param name="name">Deleted</xsl:with-param> <xsl:with-param name="name">Deleted</xsl:with-param>
<xsl:with-param name="color">red</xsl:with-param> <xsl:with-param name="color">red</xsl:with-param>
</xsl:call-template> </xsl:call-template>
<xsl:call-template name="paths">
<xsl:with-param name="type">R</xsl:with-param>
<xsl:with-param name="name">Deleted</xsl:with-param>
<xsl:with-param name="color">red</xsl:with-param>
</xsl:call-template>
</xsl:template> </xsl:template>
<xsl:template match="msg"> <xsl:template match="msg">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment