/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 tests/test_repository.py

Fix use with new control dir API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
class ForeignTestsRepositoryFactory(object):
275
275
 
276
276
    def make_repository(self, transport):
277
 
        return dir.LocalGitBzrDirFormat().initialize_on_transport(transport).open_repository()
 
277
        return dir.LocalGitControlDirFormat().initialize_on_transport(transport).open_repository()