~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/btree_index.py

  • Committer: John Arbash Meinel
  • Date: 2008-08-28 20:19:20 UTC
  • mto: This revision was merged to the branch mainline in revision 3688.
  • Revision ID: john@arbash-meinel.com-20080828201920-fcrvnykg1jd4rwnx
Remove an incorrect comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
            if backing is None:
479
479
                continue
480
480
            for node in backing.iter_entries_prefix(keys):
481
 
                # TODO: We should probably remove yielded keys from the keys
482
 
                #       list
483
481
                yield (self,) + node[1:]
484
482
        if self._key_length == 1:
485
483
            for key in keys: