~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/index.py

Merged bzr.dev into shelve-editor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1170
1170
            self._parsed_key_map.insert(index + 1, new_key)
1171
1171
 
1172
1172
    def _read_and_parse(self, readv_ranges):
1173
 
        """Read the the ranges and parse the resulting data.
 
1173
        """Read the ranges and parse the resulting data.
1174
1174
 
1175
1175
        :param readv_ranges: A prepared readv range list.
1176
1176
        """