view mercurial/templates/rss/branchentry.tmpl @ 32865:6e38b4212661

pycompat: move the queue related definitions below queue import This helps in understanding why empty and queue are there.
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 16 Jun 2017 03:01:22 +0530
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>