144
142
rev_id = self.mapping.revision_id_foreign_to_bzr(sha)
145
143
target_branch.generate_revision_history(rev_id)
147
def fetch_objects(self, determine_wants, graph_walker, progress):
145
def fetch_objects(self, determine_wants, graph_walker, progress, get_tagged=None):
148
146
""" yield git objects to send to client """
149
147
# If this is a Git repository, just use the existing fetch_objects implementation.
150
148
if getattr(self.repo, "fetch_objects", None) is not None: