mirror of
https://github.com/newren/git-filter-repo.git
synced 2024-11-07 09:20:29 +00:00
35052f673d
This is by far the largest python3 change; it consists basically of * using b'<str>' instead of '<str>' in lots of places * adding a .encode() if we really do work with a string but need to get it converted to a bytestring * replace uses of .format() with interpolation via the '%' operator, since bytestrings don't have a .format() method. Signed-off-by: Elijah Newren <newren@gmail.com> |
||
---|---|---|
.. | ||
commit_info.py | ||
create_fast_export_output.py | ||
erroneous.py | ||
file_filter.py | ||
print_progress.py | ||
rename-master-to-develop.py | ||
splice_repos.py | ||
strip-cvs-keywords.py | ||
unusual.py |