mercurial/templates/rss/branchentry.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 17 Nov 2019 03:27:51 +0100
changeset 43770 9c83d28776af
parent 18526 9409aeaafdc1
permissions -rw-r--r--
localrepo: add some basic comment for block in __getitem__ There are different early processing before getting to the core of the function. We highlight that fact. Differential Revision: https://phab.mercurial-scm.org/D7473

<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>