~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

  • Committer: John Arbash Meinel
  • Date: 2009-09-01 21:27:29 UTC
  • mto: This revision was merged to the branch mainline in revision 4672.
  • Revision ID: john@arbash-meinel.com-20090901212729-1vetogsojqg1go75
fix typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
554
554
            total_bytes_used += factory._end - factory._start
555
555
            last_byte_used = max(last_byte_used, factory._end)
556
556
        # If we are using most of the bytes from the block, we have nothing
557
 
        # else to check (currently more that 1/2)
 
557
        # else to check (currently more than 1/2)
558
558
        if total_bytes_used * 2 >= self._block._content_length:
559
559
            return
560
560
        # Can we just strip off the trailing bytes? If we are going to be