When restarting an import or doing an 'incremental' import, we actually want to extend the current branch though.
I'm pretty sure fast-import wouldn't have succeeded if the branch wasn't compatible with the import stream. Was that your experience?
Also, you should be able to recover quite easily using:
bzr uncommit -rxxxx bzr revert
When restarting an import or doing an 'incremental' import, we actually want to extend the current branch though.
I'm pretty sure fast-import wouldn't have succeeded if the branch wasn't compatible with the import stream. Was that your experience?
Also, you should be able to recover quite easily using:
bzr uncommit -rxxxx
bzr revert