view mercurial/templates/rss/tagentry.tmpl @ 44563:1922694d638f

tests: remove doctest in narrowspec, it is broken I think every item here is considered incorrect (if we fix doctest to run it), so let's just delete it. Differential Revision: https://phab.mercurial-scm.org/D8279
author Kyle Lippincott <spectral@google.com>
date Thu, 12 Mar 2020 20:08:05 -0700
parents 9409aeaafdc1
children
line wrap: on
line source

<item>
    <title>{tag|escape}</title>
    <link>{urlbase}{url|urlescape}rev/{node|short}</link>
    <description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
    <pubDate>{date|rfc822date}</pubDate>
</item>