diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -200,6 +200,7 @@ test-merge-closedheads.t test-merge-commit.t test-merge-criss-cross.t test-merge-default.t +test-merge-force.t test-merge-internal-tools-pattern.t test-merge-local.t test-merge-remove.t diff --git a/tests/generate-working-copy-states.py b/tests/generate-working-copy-states.py --- a/tests/generate-working-copy-states.py +++ b/tests/generate-working-copy-states.py @@ -66,7 +66,7 @@ combinations = sorted(generatestates(max content = [] for filename, states in combinations: if target == 'filelist': - print(filename) + print(filename.decode('ascii')) elif target == 'state': if depth == 'wc': # Make sure there is content so the file gets written and can be