/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-20 03:56:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1885.
  • Revision ID: john@arbash-meinel.com-20060720035645-0e9a7d3ecf4ad9cb
use unsorted read for decreased memory consumption.

Show diffs side-by-side

added added

removed removed

Lines of Context:
807
807
        try:
808
808
            pb.update('Walking content.', count, total)
809
809
            for version_id, data, sha_value in \
810
 
                self._data.read_records_iter(version_id_records):
 
810
                self._data.read_records_iter_unsorted(version_id_records):
811
811
                pb.update('Walking content.', count, total)
812
812
                method = self._index.get_method(version_id)
813
813
                version_idx = self._index.lookup(version_id)