~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_push.py

(jelmer) Several more fixes for running the tests against foreign format
 plugins. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
        target.add('')
370
370
        rev1 = target.commit('rev 1')
371
371
        target.unlock()
372
 
        sourcedir = target.bzrdir.clone(self.get_url('source'))
 
372
        sourcedir = target.branch.bzrdir.clone(self.get_url('source'))
373
373
        source = MemoryTree.create_on_branch(sourcedir.open_branch())
374
374
        rev2 = source.commit('rev 2')
375
375
        Branch.hooks.install_named_hook('post_push',