Mercurial > hg-stable
view tests/test-convert-authormap.out @ 11609:890ad9d6a169
log: slowpath: do not read the full changelog
When in the slowpath, we are examining _all_ changesets in revs.
We need to order reads so they happen increasingly for I/O performance.
Increasing windows were used to read changelog backwards in a windowed manner,
reading the changelog forward inside each window. But since no revision range
was specified, it was equivalent to reading the full changelog, even if a
single revision was passed to the commandline.
When --removed is used, we _need_ to scan all changesets, but if we're only
looking for file patterns, this is not necessary and we can stick to
the revspec that was given to us.
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sun, 04 Jul 2010 18:07:30 +0900 |
parents | 62154415821f |
children |
line wrap: on
line source
initializing destination new repository Ignoring bad line in author map file authormap.txt: this line is ignored scanning source... sorting... converting... 0 foo Writing author map file new/.hg/authormap 0 user name=Long User Name changeset: 0:d89716e88087 tag: tip user: Long User Name date: Thu Jan 01 00:00:00 1970 +0000 summary: foo Ignoring bad line in author map file new/.hg/authormap: this line is ignored scanning source... sorting... converting... 0 foo 0 changeset: 0:d89716e88087 tag: tip user: Long User Name date: Thu Jan 01 00:00:00 1970 +0000 summary: foo