Mercurial > hg
view mercurial/templates/rss/branchentry.tmpl @ 37276:b4630e332a99
templater: drop unneeded generator from mappable object
Per the definition of the show() interface, it can return a bytes.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 17 Mar 2018 20:58:28 +0900 |
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>