Mercurial > hg
comparison mercurial/commands.py @ 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 | 0c23085f051f |
children | c4f6f0a1bd5a |
comparison
equal
deleted
inserted
replaced
11630:0c23085f051f | 11631:dbb98d8fbcaf |
---|