/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to commands.py

Fix git-import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
                    head_branch = head_bzrdir.create_branch()
131
131
                revid = mapping.revision_id_foreign_to_bzr(ref)
132
132
                source_branch = GitBranch(source_repo.bzrdir, source_repo, 
133
 
                    name, ref, None)
 
133
                    name, None)
 
134
                source_branch.head = ref
134
135
                head_branch.generate_revision_history(revid)
135
136
                source_branch.tags.merge_to(head_branch.tags)
136
137
        finally: