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.)
adding a
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
tip 3:a49829c4fc11
t1 0:f7b1eb17ad24