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

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Mar 2 14:50:38 UTC 2018


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  1. skip-blame just some b prefixes

REPOSITORY
  rHG Mercurial

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
Cc: mercurial-devel


More information about the Mercurial-devel mailing list