101
130
head_branch = head_bzrdir.create_branch()
102
131
revid = mapping.revision_id_foreign_to_bzr(ref)
103
132
source_branch = GitBranch(source_repo.bzrdir, source_repo,
106
134
head_branch.generate_revision_history(revid)
107
135
source_branch.tags.merge_to(head_branch.tags)
112
156
class cmd_git_object(Command):
113
157
"""List or display Git objects by SHA.