248
248
class LocalGitBranch(GitBranch):
249
249
"""A local Git branch."""
251
def __init__(self, bzrdir, repository, name, lockfiles, tagsdict=None):
252
super(LocalGitBranch, self).__init__(bzrdir, repository, name,
251
257
def create_checkout(self, to_location, revision_id=None, lightweight=False,
252
258
accelerator_tree=None, hardlink=False):