# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2018-03-01 18:27:16 # Node ID 5b5cc44b2cdcabb70901d66773e7b93c6af85321 # Parent 6e90c59b6da13bc9db5c89127bbe7d12686eee10 py3: add a b'' prefix in tests/test-fncache.t # skip-blame because it's just b'' prefix Differential Revision: https://phab.mercurial-scm.org/D2517 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 @@ Aborting lock does not prevent fncache w > 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