view mercurial/templates/rss/changelogentry.tmpl @ 18622:f9eebf5629fa

summary: show active bookmark even if not at current changeset Before this change, 'hg summary' would not show the active bookmark unless it pointed to the working directory parent. After this change, it will show it in parentheses, like so: parent: 18581:f0ff45fe6700 tip summary: simplify handling of active bookmark branch: default bookmarks: [crew] commit: (clean) update: (current)
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 08 Feb 2013 21:47:22 +0000
parents 9409aeaafdc1
children 19ee4923a2b6
line wrap: on
line source

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <guid isPermaLink="true">{urlbase}{url|urlescape}rev/{node|short}</guid>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>