mirror of
https://github.com/frej/fast-export.git
synced 2026-02-27 23:00:42 +01:00
Fix TypeError when using -M command line argument
hg-fast-export.sanitize_name expects branch name to be a bytes object. Command line parser gives out str objects. Convert possible str object to bytes in hg2git.set_default_branch().
This commit is contained in:
Reference in New Issue
Block a user