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
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
..
t9390 filter-repo: add coverage for some corner cases and unusual constructs 6 years ago
t9391 filter-repo (python3): replace strings with bytestrings 5 years ago
run_coverage filter-repo (python3): convert run_coverage 5 years ago
t9390-filter-repo.sh filter-repo (python3): replace strings with bytestrings 5 years ago
t9391-filter-repo-lib-usage.sh filter-repo (python3): shebang and imports 5 years ago
t9392-python-callback.sh filter-repo (python3): replace strings with bytestrings 5 years ago
test-lib-functions.sh filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
test-lib.sh filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago