Skip to content

v210917

Compare
Choose a tag to compare
@frej frej released this 17 Sep 16:04
· 83 commits to master since this release
v210917
5b7ca5a

New features in the v210917 release:

Bug fixes:

  • Don't crash if fast-export was asked to export a Mercurial branch to
    Git and a branch of the same name already existed in the Git repo
    but it was not created by fast export. Thanks to Shun-ichi Goto for
    discovering the crash.

  • Don't starting incremental conversions from scratch. Tomas Kolda
    discovered that incremental conversions would always start over from
    scratch due to an oversight in the conversion to Python 3.

Documentation fixes:

  • Document the --ignore-unnamed-heads option. Contributed by Jason
    Winnebeck.

  • Avoid confusion about which file is the main entry point to
    fast-export. Contributed by Ray Luo.