From patchwork Thu Mar 1 19:15:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D2517: py3: add a b'' prefix in tests/test-fncache.t From: phabricator X-Patchwork-Id: 28580 Message-Id: <4389e565a4ac14417bf39419de03f60b@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Thu, 1 Mar 2018 19:15:36 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG5b5cc44b2cdc: py3: add a b'' prefix in tests/test-fncache.t (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2517?vs=6263&id=6272 REVISION DETAIL https://phab.mercurial-scm.org/D2517 AFFECTED FILES tests/test-fncache.t CHANGE DETAILS To: pulkit, #hg-reviewers, durin42 Cc: mercurial-devel diff --git a/tests/test-fncache.t b/tests/test-fncache.t --- a/tests/test-fncache.t +++ b/tests/test-fncache.t @@ -236,7 +236,7 @@ > wlock.release() > > def extsetup(ui): - > extensions.wrapcommand(commands.table, "commit", commitwrap) + > extensions.wrapcommand(commands.table, b"commit", commitwrap) > EOF $ extpath=`pwd`/exceptionext.py $ hg init fncachetxn