/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/per_branch/test_branch.py

Merge cleanup into texinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
668
668
        this_branch = self.make_branch('this')
669
669
        other_branch = self.make_branch('other')
670
670
        try:
671
 
            this_branch._format.set_reference(this_branch.bzrdir, other_branch)
 
671
            this_branch._format.set_reference(this_branch.bzrdir, None,
 
672
                other_branch)
672
673
        except NotImplementedError:
673
674
            # that's ok
674
675
            pass