From patchwork Fri Mar 2 14:50:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D2543: py3: add missing b prefixes in test-debugextensions.t From: phabricator X-Patchwork-Id: 28671 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Fri, 2 Mar 2018 14:50:38 +0000 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 To: durin42, #hg-reviewers Cc: mercurial-devel 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 $ cat > extwithinfos.py < 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 <