mercurial/templates/rss/branchentry.tmpl
author Angel Ezquerra <angel.ezquerra@gmail.com>
Tue, 04 Dec 2012 00:37:50 +0100
changeset 18045 add2f9ddcfb5
child 18526 9409aeaafdc1
permissions -rw-r--r--
hgweb: add branches RSS and Atom feeds There were no RSS nor Atom feeds for the branches page. Different hgweb templates linked to different feeds on their branches page (some linked to the tags feed, some to the log feed and some to the unexisting branches feed).
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
<item>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     2
    <title>{branch|escape}</title>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     3
    <link>{urlbase}{url}rev/{node|short}</link>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     4
    <description><![CDATA[{branch|strip|escape|addbreaks}]]></description>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     5
    <pubDate>{date|rfc822date}</pubDate>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
     6
</item>