view mercurial/templates/rss/tagentry.tmpl @ 25400:7759dc97c5c7

changegroup: rename _computeoutgoing to computeoutgoing We're going to use this function from another module in an upcoming patch. Drop the _ prefix to mark it as non-private.
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 02 Jun 2015 19:58:06 -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>