diff tests/test-hgweb-commands.t @ 39430:c3491d3f8984

py3: add more missing b'' prefixes in test files # skip-blame because just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4458
author Pulkit Goyal <pulkit@yandex-team.ru>
date Tue, 04 Sep 2018 17:33:59 +0300
parents 5caee9f923ae
children 23b749b84b8a
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t	Tue Sep 04 17:33:22 2018 +0300
+++ b/tests/test-hgweb-commands.t	Tue Sep 04 17:33:59 2018 +0300
@@ -26,7 +26,7 @@
   $ hg ci -Ambranch
   $ hg branch unstable
   marked working directory as branch unstable
-  >>> open('msg', 'wb').write('branch commit with null character: \0\n')
+  >>> open('msg', 'wb').write(b'branch commit with null character: \0\n')
   $ hg ci -l msg
   $ rm msg