view mercurial/templates/atom/branchentry.tmpl @ 36439:02cd2fb6de72

narrow: drop redundant templatekw/revset names from help text ":<name>:" is automatically added by the registrar.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 25 Feb 2018 13:42:51 +0900
parents 6ab3465d9991
children
line wrap: on
line source

 <entry>
  <title>{branch|escape}</title>
  <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
  <id>{urlbase}{url|urlescape}#branch-{node}</id>
  <updated>{date|rfc3339date}</updated>
  <published>{date|rfc3339date}</published>
  <content type="text">{branch|strip|escape}</content>
 </entry>