frej / fast-export

A mercurial to git converter using git-fast-import
http://repo.or.cz/w/fast-export.git
808 stars 255 forks source link

Head2branch plugin (remastered) #236

Closed ondrej-stanek-ozobot closed 4 years ago

ondrej-stanek-ozobot commented 4 years ago

This plugin is able to move commits to a new branch on the fly. To support this the commit_data dict now passes the hg_hash, and verify_heads now displays all unnamed heads before aborting if the --ignore-unnamed-heads flag is passed.

@ethanfurman is the original author of this PR (see #178)

ondrej-stanek-ozobot commented 4 years ago

@frej, thank you for suggestions, I updated the PR. Please review.