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

Add more tests, fix revision history.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            head = None
87
87
        else:
88
88
            head = repo._git.heads[0].commit.id
89
 
        return git_branch.GitBranch(repo, head, 
 
89
        return git_branch.GitBranch(self, repo, head, 
90
90
                                    self.root_transport.base, self._lockfiles)
91
91
 
92
92
    def open_repository(self, shared=False):