annotate mercurial/templates/atom/branchentry.tmpl @ 25420:c2ec81891502

util: add a simple poll utility We'll use it to detect when a sshpeer have server output to be displayed. The implementation is super basic because all case support is not the focus of this series.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 20 May 2015 18:00:05 -0500
parents 9409aeaafdc1
children 6ab3465d9991
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
7 <content type="text"><![CDATA[{branch|strip|escape|addbreaks}]]></content>
add2f9ddcfb5 hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
diff changeset
8 </entry>