view mercurial/templates/rss/branchentry.tmpl @ 29010:e868d8ee7c8f stable

bdiff: unify duplicate normalize loops We're about to make the while loop check more complicated, so let's simplify first.
author Matt Mackall <mpm@selenic.com>
date Thu, 21 Apr 2016 21:37:13 -0500
parents 9409aeaafdc1
children
line wrap: on
line source

<item>
    <title>{branch|escape}</title>
    <link>{urlbase}{url|urlescape}rev/{node|short}</link>
    <description><![CDATA[{branch|strip|escape|addbreaks}]]></description>
    <pubDate>{date|rfc822date}</pubDate>
</item>