comparison mercurial/encoding.py @ 17672:474047947b8f

clfilter: make the revlog class responsible of all its iteration This prepares changelog level filtering. We need the algorithms used in revlog to work on a subset of revisions. To achieve this, the use of explicit range of revision is banned. `range` and `xrange` calls are replaced by a `revlog.irevs` method. Filtered super class can then overwrite the `irevs` method to filter out revision.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Thu, 20 Sep 2012 19:00:59 +0200
parents e7cfe3587ea4
children 404feac78b8a
comparison
equal deleted inserted replaced
17671:fdd0fc046cf1 17672:474047947b8f