##// END OF EJS Templates
py3: add a b'' prefix in tests/test-fncache.t...
Pulkit Goyal -
r36511:5b5cc44b default
parent child Browse files
Show More
@@ -236,7 +236,7 b' Aborting lock does not prevent fncache w'
236 > wlock.release()
236 > wlock.release()
237 >
237 >
238 > def extsetup(ui):
238 > def extsetup(ui):
239 > extensions.wrapcommand(commands.table, "commit", commitwrap)
239 > extensions.wrapcommand(commands.table, b"commit", commitwrap)
240 > EOF
240 > EOF
241 $ extpath=`pwd`/exceptionext.py
241 $ extpath=`pwd`/exceptionext.py
242 $ hg init fncachetxn
242 $ hg init fncachetxn
General Comments 0
You need to be logged in to leave comments. Login now