mercurial/templates/rss/bookmarkentry.tmpl
author Boris Feld <boris.feld@octobus.net>
Tue, 11 Jul 2017 02:39:52 +0200
changeset 33451 e44d54260c32
parent 18526 9409aeaafdc1
permissions -rw-r--r--
phases: track phase movements in 'advanceboundary' Makes advanceboundary record the phase movement of affected revisions in tr.changes['phases']. The tracking is not usable yet because the 'retractboundary' function can also affect phases. We'll improve that in the coming changesets.

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