py3: add missing b prefixes in test-debugextensions.t
# skip-blame just some b prefixes
Differential Revision: https://phab.mercurial-scm.org/D2543
--- 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