Mercurial > hg-stable
view tests/test-bookmarks-strip.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 | f974fe896921 |
children | 741290486877 |
line wrap: on
line source
% add file adding qqq.txt % commit first revision % set bookmark % commit second revision % set bookmark % update to -2 1 files updated, 0 files merged, 0 files removed, 0 files unresolved % commit new head created new head % bookmarks updated? test 1:16b24da7e457 test2 1:16b24da7e457 % strip to revision 1 saved backup bundle to % list bookmarks * test 1:9f1b7e78eff8 * test2 1:9f1b7e78eff8