~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/btree_index.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-08 18:26:30 UTC
  • mfrom: (4343.2.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090508182630-mijdi970vhbii7lq
(jam)(trivial) Fix an important doc bug about the api of
        iter_all_entries()

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
    def iter_all_entries(self):
432
432
        """Iterate over all keys within the index
433
433
 
434
 
        :return: An iterable of (index, key, reference_lists, value). There is no
435
 
            defined order for the result iteration - it will be in the most
 
434
        :return: An iterable of (index, key, value, reference_lists). There is
 
435
            no defined order for the result iteration - it will be in the most
436
436
            efficient order for the index (in this case dictionary hash order).
437
437
        """
438
438
        if 'evil' in debug.debug_flags: