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

Fix git -> git fetching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        from bzrlib.plugins.git import fetch, push
81
81
        for optimiser in [fetch.InterRemoteGitNonGitRepository, 
82
82
                          fetch.InterLocalGitNonGitRepository,
83
 
                          fetch.InterGitRepository,
 
83
                          fetch.InterGitGitRepository,
84
84
                          push.InterToLocalGitRepository,
85
85
                          push.InterToRemoteGitRepository]:
86
86
            repository.InterRepository.register_optimiser(optimiser)