Merge lp:~a-s-usov/bzr-fastimport/no-temp-branches into lp:bzr-fastimport
Proposed by
Alex Usov
Status: | Needs review |
---|---|
Proposed branch: | lp:~a-s-usov/bzr-fastimport/no-temp-branches |
Merge into: | lp:bzr-fastimport |
Diff against target: |
70 lines (+9/-18) 2 files modified
exporter.py (+6/-16) tests/test_commands.py (+3/-2) |
To merge this branch: | bzr merge lp:~a-s-usov/bzr-fastimport/no-temp-branches |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Bazaar Developers | Pending | ||
Review via email:
|
Description of the change
Correct way to emit "parentless" commit is by issuing reset command, not by creating a temporary branch for it.
To post a comment you must log in.
Unmerged revisions
- 357. By Oleksandr Usov <email address hidden>
-
Emit 'reset' command for parentless & baseline commits.
This solves exporting branches with multiple roots without
resorting to use temporary branches