##// END OF EJS Templates
py3: add missing b prefixes in test-debugextensions.t...
Augie Fackler -
r36585:19ec5da9 default
parent child Browse files
Show More
@@ -5,8 +5,8 b''
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
General Comments 0
You need to be logged in to leave comments. Login now