/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/test_workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2017-08-09 23:17:39 UTC
  • mfrom: (6746.2.1 trunk)
  • Revision ID: jelmer@jelmer.uk-20170809231739-zaxynffd6oeo6ehe
Merge lp:~jelmer/brz/matchingbzrdir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
        # create a branch with a few known format objects.
198
198
        self.build_tree(["foo/", "bar/"])
199
199
        def check_format(format, url):
200
 
            dir = format._matchingbzrdir.initialize(url)
 
200
            dir = format._matchingcontroldir.initialize(url)
201
201
            dir.create_repository()
202
202
            dir.create_branch()
203
203
            format.initialize(dir)