~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/multiparent.py

  • Committer: Aaron Bentley
  • Date: 2007-06-11 14:59:52 UTC
  • mto: (2520.5.2 bzr.mpbundle)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: abentley@panoramicfeedback.com-20070611145952-cwt4480gphdhen6l
Get installation started

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
        length = self.diffs.get_diff(version_id).num_lines()
564
564
        return self._reconstruct(lines, version_id, 0, length)
565
565
 
 
566
 
566
567
def gzip_string(lines):
567
568
    sio = StringIO()
568
569
    data_file = GzipFile(None, mode='wb', fileobj=sio)