Merge lp://qastaging/~a-s-usov/bzr-fastimport/no-tags into lp://qastaging/bzr-fastimport

Proposed by Alex Usov
Status: Merged
Approved by: Richard Wilbur
Approved revision: 358
Merged at revision: 358
Proposed branch: lp://qastaging/~a-s-usov/bzr-fastimport/no-tags
Merge into: lp://qastaging/bzr-fastimport
Diff against target: 85 lines (+19/-4)
3 files modified
cmds.py (+5/-2)
exporter.py (+4/-2)
tests/test_commands.py (+10/-0)
To merge this branch: bzr merge lp://qastaging/~a-s-usov/bzr-fastimport/no-tags
Reviewer Review Type Date Requested Status
Richard Wilbur Approve
Review via email: mp+123125@code.qastaging.launchpad.net

Description of the change

The way how bazaar handles tags is quite different from both git & mercurial (per-branch vs per-repo).
And the way fast-export emits tags right now -- unconditional reset & new ref may result in clashes when few different branches are imported into single git/hg repo.

Adds a flag to fast-export to not export tags.

To post a comment you must log in.
Revision history for this message
Richard Wilbur (richard-wilbur) wrote :

Looks like a good solution to the differing tag schemes. Thanks for coding it up with a test.
+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches