mercurial/templates/rss/filelogentry.tmpl
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 06 Feb 2013 22:54:09 -0500
changeset 18964 ca480d710fe6
parent 18526 9409aeaafdc1
child 21486 16352b34e32e
permissions -rw-r--r--
subrepo: chain the original exception to SubrepoAbort The tracebacks in subrepos are truncated at the point where the original exception is caught and SubrepoAbort is raised in its place since 9e3910db4e78. That hides the most relevant subrepo methods when an error occurs. Python 2.x doesn't support chaining exceptions, so it is manually done here for manual printing later.

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url|urlescape}log{node|short}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>