diff --git a/tests/test-hgweb-commands.t b/tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t +++ b/tests/test-hgweb-commands.t @@ -26,7 +26,7 @@ $ hg ci -Ambranch $ hg branch unstable marked working directory as branch unstable - >>> open('msg', 'wb').write(b'branch commit with null character: \0\n') + >>> open('msg', 'wb').write(b'branch commit with null character: \0\n') and None $ hg ci -l msg $ rm msg