Mercurial > hg
changeset 36567:19ec5da944d5
py3: add missing b prefixes in test-debugextensions.t
# skip-blame just some b prefixes
Differential Revision: https://phab.mercurial-scm.org/D2543
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 02 Mar 2018 00:11:19 -0500 |
parents | ed96d1116302 |
children | a5eefc9cccc5 |
files | tests/test-debugextensions.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-debugextensions.t Thu Mar 01 23:59:44 2018 -0500 +++ b/tests/test-debugextensions.t Fri Mar 02 00:11:19 2018 -0500 @@ -5,8 +5,8 @@ $ cat > extwithoutinfos.py <<EOF > EOF $ cat > extwithinfos.py <<EOF - > testedwith = '3.0 3.1 3.2.1' - > buglink = 'https://example.org/bts' + > testedwith = b'3.0 3.1 3.2.1' + > buglink = b'https://example.org/bts' > EOF $ cat >> $HGRCPATH <<EOF