~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_read_bundle.py

  • Committer: John Arbash Meinel
  • Date: 2007-07-18 20:42:38 UTC
  • mfrom: (2625 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2643.
  • Revision ID: john@arbash-meinel.com-20070718204238-5gi11fx04q7zt72d
[merge] bzr.dev 2625

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
        out = cStringIO.StringIO()
53
53
        rev_ids = write_bundle(wt.branch.repository,
54
 
                               wt.get_parent_ids()[0], None, out)
 
54
                               wt.get_parent_ids()[0], 'null:', out)
55
55
        out.seek(0)
56
56
        if self.get_transport().is_readonly():
57
57
            f = open('test_bundle', 'wb')