/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_fetch.py

Give branch its own basis tree and last_revision methods; deprecated branch.working_tree()

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        wt1.commit(message='rev 1-1', rev_id='1-1')
131
131
        br2 = br1.clone('br2')
132
132
        wt1.commit(message='rev 1-2', rev_id='1-2')
133
 
        WorkingTree('br2', br2).commit(message='rev 2-1', rev_id='2-1')
 
133
        WorkingTree.create(br2, 'br2').commit(message='rev 2-1', rev_id='2-1')
134
134
        merge(other_revision=['br1', -1], base_revision=[None, None], 
135
135
              this_dir='br2')
136
136
        self._check_revs_present(br2)