Mercurial > hg
view mercurial/templates/atom/changelogentry.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 | d70703954a2a |
line wrap: on
line source
<entry> <title>{desc|strip|firstline|strip|escape|nonempty}</title> <id>{urlbase}{url|urlescape}#changeset-{node}</id> <link href="{urlbase}{url|urlescape}rev/{node|short}"/> <author> <name>{author|person|escape}</name> <email>{author|email|obfuscate}</email> </author> <updated>{date|rfc3339date}</updated> <published>{date|rfc3339date}</published> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> <pre xml:space="preserve">{desc|escape|nonempty}</pre> </div> </content> </entry>