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>
2019-05-08 08:57:51 -07:00
..
commit_info.py filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00
create_fast_export_output.py filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00
erroneous.py filter-repo (python3): shebang and imports 2019-05-08 08:57:51 -07:00
file_filter.py filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00
print_progress.py filter-repo (python3): shebang and imports 2019-05-08 08:57:51 -07:00
rename-master-to-develop.py filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00
splice_repos.py filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00
strip-cvs-keywords.py filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00
unusual.py filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00