diff -r e8c361316803 -r 159b04de5fb0 tests/test-basic.t --- a/tests/test-basic.t Fri Mar 02 22:35:20 2018 -0500 +++ b/tests/test-basic.t Fri Mar 02 22:38:09 2018 -0500 @@ -59,7 +59,7 @@ $ cat < update_to_rev0.py > from mercurial import ui, hg, commands > myui = ui.ui.load() - > repo = hg.repository(myui, path='.') + > repo = hg.repository(myui, path=b'.') > commands.update(myui, repo, rev=0) > EOF $ hg up null