D2517: py3: add a b'' prefix in tests/test-fncache.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Thu Mar 1 14:15:36 EST 2018


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

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



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


More information about the Mercurial-devel mailing list