Mercurial > hg
view mercurial/templates/atom/tagentry.tmpl @ 20750:d4f2f2d74210
revset: changed spanset to extend _orderedsetmixin
Now spanset can use the lazy min and max methods implementation.
author | Lucas Moscovicz <lmoscovicz@fb.com> |
---|---|
date | Thu, 13 Mar 2014 11:36:11 -0700 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<entry> <title>{tag|escape}</title> <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/> <id>{urlbase}{url|urlescape}#tag-{node}</id> <updated>{date|rfc3339date}</updated> <published>{date|rfc3339date}</published> <content type="text">{tag|strip|escape}</content> </entry>