mercurial/templates/atom/branchentry.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 22 Jun 2017 14:04:13 -0700
changeset 33049 d765ad56081f
parent 29437 6ab3465d9991
permissions -rw-r--r--
bundle: make combinechangegroupresults() take a bundleoperation Both callers have a bundleoperation. Passing it in lets us share a bit more code.

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