~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

  • Committer: John Arbash Meinel
  • Date: 2009-04-19 01:16:26 UTC
  • mto: (4241.16.2 1.14)
  • mto: This revision was merged to the branch mainline in revision 4300.
  • Revision ID: john@arbash-meinel.com-20090419011626-2eq002nz7tkjij16
PythonGroupCompressor needs to support pop_last() properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
743
743
        # Before insertion
744
744
        start = self.endpoint
745
745
        chunk_start = len(self.chunks)
 
746
        self._last = (chunk_start, self.endpoint)
746
747
        self._delta_index.extend_lines(out_lines, index_lines)
747
748
        self.endpoint = self._delta_index.endpoint
748
749
        self.input_bytes += input_len