view mercurial/templates/rss/bookmarkentry.tmpl @ 15917:e66084ef8449

rebase: fix phases movement Rebase now try to keep the phases of source changesets.
author Alain Leufroy <alain.leufroyATgmailMYDOTcom>
date Tue, 17 Jan 2012 09:12:14 +0100
parents 1046cb663776
children 9409aeaafdc1
line wrap: on
line source

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