D2543: py3: add missing b prefixes in test-debugextensions.t

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Mar 2 11:18:41 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG19ec5da944d5: py3: add missing b prefixes in test-debugextensions.t (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2543?vs=6335&id=6356

REVISION DETAIL
  https://phab.mercurial-scm.org/D2543

AFFECTED FILES
  tests/test-debugextensions.t

CHANGE DETAILS

diff --git a/tests/test-debugextensions.t b/tests/test-debugextensions.t
--- a/tests/test-debugextensions.t
+++ b/tests/test-debugextensions.t
@@ -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



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list