Mercurial > hg
changeset 40157:a8be613391d1
py3: use bytes literal in test-hgweb-json.t
# skip-blame just b'' prefix
Differential Revision: https://phab.mercurial-scm.org/D4970
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 11 Oct 2018 22:27:52 +0200 |
parents | 5716d48b2a5b |
children | 9310037f0636 |
files | tests/test-hgweb-json.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb-json.t Thu Oct 11 22:01:54 2018 +0200 +++ b/tests/test-hgweb-json.t Thu Oct 11 22:27:52 2018 +0200 @@ -2201,7 +2201,7 @@ Commit message with null character $ echo foo >> da/foo - >>> open('msg', 'wb').write('commit with null character: \0\n') and None + >>> open('msg', 'wb').write(b'commit with null character: \0\n') and None $ hg ci -l msg $ rm msg