Mercurial > hg
view mercurial/templates/rss/filelog.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 |
line wrap: on
line source
{header} <title>{repo|escape}: {file|escape} history</title> <description>{file|escape} revision history</description> {entries%filelogentry} </channel> </rss>