mercurial/templates/atom/branchentry.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 03 May 2018 10:12:47 -0700
changeset 37907 6921d3ecadc1
parent 29437 6ab3465d9991
permissions -rw-r--r--
shortest: rename "test" variable to "prefix" Sorry if this is considered churn, but "prefix" just seems much clearer to me. Differential Revision: https://phab.mercurial-scm.org/D3459

 <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>