tests/test-dirstate.t
changeset 45681 a736ab681b78
parent 44915 b7808443ed6a
child 47143 93eb6c8035a9
--- a/tests/test-dirstate.t	Tue Oct 06 21:06:18 2020 -0700
+++ b/tests/test-dirstate.t	Thu Oct 08 15:35:44 2020 -0700
@@ -74,7 +74,7 @@
   > )
   > 
   > def wraprecordupdates(*args):
-  >     raise error.Abort("simulated error while recording dirstateupdates")
+  >     raise error.Abort(b"simulated error while recording dirstateupdates")
   > 
   > def reposetup(ui, repo):
   >     extensions.wrapfunction(mergestatemod, 'recordupdates',