mercurial/templates/atom/branchentry.tmpl
author Augie Fackler <augie@google.com>
Mon, 18 May 2020 16:00:26 -0400
changeset 44916 e607099d8b93
parent 29437 6ab3465d9991
permissions -rw-r--r--
context: implement mergestate() method This will let us have the mergestate storage be controlled by the context. In particular, for working contexts we should use the existing mergestate, but for overlay contexts it's inappropriate to drop files in .hg/merge. Differential Revision: https://phab.mercurial-scm.org/D8551
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18045
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     1
 <entry>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     2
  <title>{branch|escape}</title>
18526
9409aeaafdc1 hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents: 18045
diff changeset
     3
  <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
9409aeaafdc1 hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents: 18045
diff changeset
     4
  <id>{urlbase}{url|urlescape}#branch-{node}</id>
18045
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     5
  <updated>{date|rfc3339date}</updated>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     6
  <published>{date|rfc3339date}</published>
29437
6ab3465d9991 hgweb: remove unnecessary CDATA markup in atom/branchentry.tmpl
Anton Shestakov <av6@dwimlabs.net>
parents: 18526
diff changeset
     7
  <content type="text">{branch|strip|escape}</content>
18045
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     8
 </entry>