~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-16 19:08:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1937.
  • Revision ID: john@arbash-meinel.com-20060816190849-6150bf42721047cd
Small cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
1333
1333
        """
1334
1334
        sio = StringIO()
1335
1335
        data_file = GzipFile(None, mode='wb', fileobj=sio)
 
1336
 
1336
1337
        version_id_utf8 = cache_utf8.encode(version_id)
1337
1338
        data_file.writelines(chain(
1338
1339
            ["version %s %d %s\n" % (version_id_utf8,