285
285
class RemoteGitBranch(GitBranch):
287
287
def __init__(self, bzrdir, repository, name, lockfiles):
289
super(RemoteGitBranch, self).__init__(bzrdir, repository, name,
288
302
heads = repository.get_refs()
292
super(RemoteGitBranch, self).__init__(bzrdir, repository, name, self._ref, lockfiles)
300
308
def _synchronize_history(self, destination, revision_id):
301
309
"""See Branch._synchronize_history()."""