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

Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    _serializer = None
50
50
 
51
51
    def __init__(self, gitdir, lockfiles):
 
52
        self.base = gitdir.root_transport.base
52
53
        self.bzrdir = gitdir
53
54
        self.control_files = lockfiles
54
55
        self._git = git.repo.Repo(gitdir.root_transport.local_abspath("."))