Mercurial > hg
view mercurial/templates/rss/filelogentry.tmpl @ 51262:f20c4b307a5a
rust-index: add fast-path for getting a list of all heads as nodes
This avoids a lot of back-and-forth between Python and Rust. We forgo adding
a fast-path in the `filteredchangelog` case yet. If it shows up in profiling,
we might add the variant with a filter.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 05 Dec 2023 14:50:05 +0100 |
parents | 7817df5585db |
children |
line wrap: on
line source
<item> <title>{desc|strip|firstline|strip|escape}</title> <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link> <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description> <author>{author|obfuscate}</author> <pubDate>{date|rfc822date}</pubDate> </item>