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