~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bisect_multi.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-23 17:00:36 UTC
  • mfrom: (4032.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090223170036-3q1v68ewdt8i0to5
(Marius Kruger) Remove all trailing whitespace and add tests to
        enforce this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
def bisect_multi_bytes(content_lookup, size, keys):
25
25
    """Perform bisection lookups for keys using byte based addressing.
26
 
    
 
26
 
27
27
    The keys are looked up via the content_lookup routine. The content_lookup
28
28
    routine gives bisect_multi_bytes information about where to keep looking up
29
29
    to find the data for the key, and bisect_multi_bytes feeds this back into