581
586
def __init__(self, controldir, repository, ref):
582
587
super(LocalGitBranch, self).__init__(controldir, repository, ref,
585
590
def create_checkout(self, to_location, revision_id=None, lightweight=False,
587
592
t = transport.get_transport(to_location)
589
594
format = self._get_checkout_format(lightweight=lightweight)