This makes test-journal* pass on Python 3.5.
- skip-blame beacuse just b'' prefix
( )
yuja |
hg-reviewers |
This makes test-journal* pass on Python 3.5.
Lint Skipped |
Unit Tests Skipped |
Unicode issue is handled by posix.py. The problem is mockgetuser()
returns a unicode string.
Thanks, I overlooked that and was unable to find what can cause trouble so just added an extra fsencode() call.