/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/index.py

  • Committer: Andrew Bennetts
  • Date: 2009-11-19 06:28:13 UTC
  • mfrom: (4811 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4812.
  • Revision ID: andrew.bennetts@canonical.com-20091119062813-t6sd6gwbot8nfyze
MergeĀ lp:bzr.

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
        """