~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_branch.py

  • Committer: Robert Collins
  • Date: 2009-03-02 03:38:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4067.
  • Revision ID: robertc@robertcollins.net-20090302033807-af1b7awmfueyawts
Streaming fetch from remote servers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        wt.commit('lala!', rev_id='revision-1', allow_pointless=False)
110
110
 
111
111
        b2 = self.make_branch('b2')
112
 
        self.assertEqual((1, []), b2.fetch(b1))
 
112
        b2.fetch(b1)
113
113
 
114
114
        rev = b2.repository.get_revision('revision-1')
115
115
        tree = b2.repository.revision_tree('revision-1')