changeset 36493:5b5cc44b2cdc

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
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 01 Mar 2018 23:57:16 +0530
parents 6e90c59b6da1
children f1e05fe1a78f
files tests/test-fncache.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-fncache.t	Thu Mar 01 23:54:52 2018 +0530
+++ b/tests/test-fncache.t	Thu Mar 01 23:57:16 2018 +0530
@@ -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