mercurial/templates/rss/branchentry.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Jan 2022 12:02:50 +0100
changeset 48671 a746d13987a6
parent 18526 9409aeaafdc1
permissions -rw-r--r--
stream-requirements: smoother matching in test-ssh-proto.t The value of `streamreqs` changes depending of the format used, but this is not relevant for this tests. So we doing a smarter matching of the line to avoid this test interfering with format changes in the future. Differential Revision: https://phab.mercurial-scm.org/D12080

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