/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 breezy/tests/per_interbranch/test_fetch.py

  • Committer: Jelmer Vernooij
  • Date: 2017-08-05 01:03:53 UTC
  • mto: This revision was merged to the branch mainline in revision 6748.
  • Revision ID: jelmer@jelmer.uk-20170805010353-xf2he3legaw577sa
Rename matchingbzrdir to matchingcontroldir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    def test_fetch_revisions_limit(self):
50
50
        """Test fetch-revision operation."""
51
51
        builder = self.make_branch_builder('b1',
52
 
            format=self.branch_format_from._matchingbzrdir)
 
52
            format=self.branch_format_from._matchingcontroldir)
53
53
        builder.start_series()
54
54
        builder.build_commit(rev_id='revision-1')
55
55
        builder.build_commit(rev_id='revision-2')