Mercurial > hg
view mercurial/templates/rss/tagentry.tmpl @ 11631:dbb98d8fbcaf
log: slowpath: only walk specified revision range during preparation
Even with --removed, it does not make sense to examine changesets outside
of the revision range that was specified by the user: the last phase only
yields a subset of (revs), preparation phase hence only has to examine
(revs) to fill correctly fncache.
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Tue, 20 Jul 2010 14:13:33 +0900 |
parents | f91e5630ce7e |
children | 9409aeaafdc1 |
line wrap: on
line source
<item> <title>{tag|escape}</title> <link>{urlbase}{url}rev/{node|short}</link> <description><![CDATA[{tag|strip|escape|addbreaks}]]></description> <pubDate>{date|rfc822date}</pubDate> </item>