~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Martin Pool
  • Date: 2009-10-29 05:54:49 UTC
  • mto: This revision was merged to the branch mainline in revision 4776.
  • Revision ID: mbp@sourcefrog.net-20091029055449-my1e8z0tzapf2yme
Remove several '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