D4610: py3: add b'' prefixes in tests/test-hgweb-no-path-info.t

Yuya Nishihara yuya at tcha.org
Sun Sep 16 21:46:06 EDT 2018


>    > output = stringio()
>    > env['QUERY_STRING'] = 'style=raw'
> -  > process(hgwebdir({'repo': '.'}))
> +  > process(hgwebdir({'repo': b'.'}))

Maybe need `b'repo'`.


More information about the Mercurial-devel mailing list