mercurial/templates/atom/branchentry.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 19 Nov 2021 09:17:30 -0800
changeset 48364 220506bb213e
parent 29437 6ab3465d9991
permissions -rw-r--r--
patch: add hint about mangled whitespace on bad patch One of the most common reasons that a patch doesn't apply is because its whitespace has been mangled (e.g. by their mail client or though copy&paste). Let's provide a hint about that. Differential Revision: https://phab.mercurial-scm.org/D11825
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>