~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-29 08:04:29 UTC
  • mfrom: (4775.1.3 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20091029080429-lyew1dt9mf17vuje
(mbp) remove 'the the' typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
1117
1117
            iterator is a tuple with:
1118
1118
            index, readv_vector, node_vector. readv_vector is a list ready to
1119
1119
            hand to the transport readv method, and node_vector is a list of
1120
 
            (key, eol_flag, references) for the the node retrieved by the
 
1120
            (key, eol_flag, references) for the node retrieved by the
1121
1121
            matching readv_vector.
1122
1122
        """
1123
1123
        # group by pack so we do one readv per pack