~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_read_bundle.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
        out = cStringIO.StringIO()
59
59
        rev_ids = write_bundle(wt.branch.repository,
60
 
                               wt.last_revision(), None, out)
 
60
                               wt.get_parent_ids()[0], None, out)
61
61
        out.seek(0)
62
62
        if self._transport.is_readonly():
63
63
            f = open('test_bundle', 'wb')