mirror of
https://github.com/frej/fast-export.git
synced 2026-06-20 18:01:29 +02: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