~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

merge trunk and resolve conflicts to cleanup submission

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