44
56
def get_format_description(self):
48
63
class GitBranch(branch.Branch):
49
64
"""An adapter to git repositories for bzr Branch objects."""
51
66
def __init__(self, bzrdir, repository, head, base, lockfiles):
52
68
super(GitBranch, self).__init__()
53
69
self.control_files = lockfiles
58
73
self._format = GitBranchFormat()