comparison tests/test-issue2137.out @ 10914:b7ca37b90762 stable

revlog: fix lazyparser.__iter__() to return all revisions (issue2137) Previously, it only returned revisions that were in the revlog when it was originally opened; revisions added since then were invisible. This broke revlog._partialmatch() and therefore repo.lookup(). (Credit to Benoit Boissinot for simplifying my original test script and for the actual fix.)
author Greg Ward <greg-hg@gerg.ca>
date Wed, 14 Apr 2010 15:06:40 -0400
parents
children bce47e253b61
comparison
equal deleted inserted replaced
10913:f2ecc5733c89 10914:b7ca37b90762
1 % setup
2 adding a
3 new tip: 685c8b50a4fa
4 adding b
5 new tip: 0dc3f194257e
6
7 % test that new changesets are visible to repo.lookup()
8 new tip: 76721648e605
9 changeset: 2:76721648e605
10 tag: tip
11 user: test test test test test test test test test test test
12 date: Thu Jan 01 00:00:00 1970 +0000
13 summary: one more commit to demonstrate the bug
14