view mercurial/templates/rss/branchentry.tmpl @ 18280:47abbaabaaa5

clfilter: filter "unserved" on all wireprotocol command calls This ensures that unserved changesets are not exposed through the wire protocol.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sun, 06 Jan 2013 04:37:33 +0100
parents add2f9ddcfb5
children 9409aeaafdc1
line wrap: on
line source

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