Mercurial > hg
view mercurial/templates/rss/branchentry.tmpl @ 50896:b2b8c25f9462
hgwebmod: use sysstr to check for attribute presence
We do not need bytes here.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 30 Aug 2023 13:28:09 +0200 |
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>