mercurial/templates/rss/filelogentry.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Jan 2022 12:02:50 +0100
changeset 48671 a746d13987a6
parent 30260 7817df5585db
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>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>