You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-filter-repo/t/t9391
Elijah Newren 35052f673d filter-repo (python3): replace strings with bytestrings
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>
5 years ago
..
commit_info.py filter-repo (python3): replace strings with bytestrings 5 years ago
create_fast_export_output.py filter-repo (python3): replace strings with bytestrings 5 years ago
erroneous.py filter-repo (python3): shebang and imports 5 years ago
file_filter.py filter-repo (python3): replace strings with bytestrings 5 years ago
print_progress.py filter-repo (python3): shebang and imports 5 years ago
rename-master-to-develop.py filter-repo (python3): replace strings with bytestrings 5 years ago
splice_repos.py filter-repo (python3): replace strings with bytestrings 5 years ago
strip-cvs-keywords.py filter-repo (python3): replace strings with bytestrings 5 years ago
unusual.py filter-repo (python3): replace strings with bytestrings 5 years ago