~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-20 09:27:48 UTC
  • mfrom: (4241.16.6 bzr-1.14rc2)
  • Revision ID: pqm@pqm.ubuntu.com-20090420092748-tm2cofylpjauo1nw
(tanner) merge release 1.14rc2 back into bzr.dev

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