Merge lp:~a-s-usov/bzr-fastimport/no-tags into lp:bzr-fastimport
Proposed by
Alex Usov
Status: | Merged |
---|---|
Approved by: | Richard Wilbur |
Approved revision: | 358 |
Merged at revision: | 358 |
Proposed branch: | lp:~a-s-usov/bzr-fastimport/no-tags |
Merge into: | lp: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:~a-s-usov/bzr-fastimport/no-tags |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Richard Wilbur | Approve | ||
Review via email:
|
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.
Looks like a good solution to the differing tag schemes. Thanks for coding it up with a test.
+1