comparison tests/test-debugextensions.t @ 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 a543d17dce03
children 4e6a6d0dccee
comparison
equal deleted inserted replaced
36566:ed96d1116302 36567:19ec5da944d5
3 $ debugpath=`pwd`/extwithoutinfos.py 3 $ debugpath=`pwd`/extwithoutinfos.py
4 4
5 $ cat > extwithoutinfos.py <<EOF 5 $ cat > extwithoutinfos.py <<EOF
6 > EOF 6 > EOF
7 $ cat > extwithinfos.py <<EOF 7 $ cat > extwithinfos.py <<EOF
8 > testedwith = '3.0 3.1 3.2.1' 8 > testedwith = b'3.0 3.1 3.2.1'
9 > buglink = 'https://example.org/bts' 9 > buglink = b'https://example.org/bts'
10 > EOF 10 > EOF
11 11
12 $ cat >> $HGRCPATH <<EOF 12 $ cat >> $HGRCPATH <<EOF
13 > [extensions] 13 > [extensions]
14 > histedit= 14 > histedit=