/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

Cope with newer *system* dulwich

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    )
44
44
from bzrlib.plugins.git.mapping import default_mapping
45
45
 
46
 
from bzrlib.plugins.git import git
 
46
import dulwich as git
47
47
 
48
48
 
49
49
class GitTags(object):
64
64
        ForeignRepository.__init__(self, GitFormat(), gitdir, lockfiles)
65
65
        from bzrlib.plugins.git import fetch
66
66
        repository.InterRepository.register_optimiser(fetch.InterGitRepository)
 
67
        repository.InterRepository.register_optimiser(fetch.InterGitNonGitRepository)
67
68
 
68
69
    def is_shared(self):
69
70
        return True