tests/test-dirstate.t
changeset 42456 87a34c767384
parent 35393 4441705b7111
child 44856 b7808443ed6a
--- a/tests/test-dirstate.t	Wed Jun 12 13:10:52 2019 -0400
+++ b/tests/test-dirstate.t	Mon May 27 16:55:46 2019 -0400
@@ -73,7 +73,7 @@
   >   merge,
   > )
   > 
-  > def wraprecordupdates(orig, repo, actions, branchmerge):
+  > def wraprecordupdates(*args):
   >     raise error.Abort("simulated error while recording dirstateupdates")
   > 
   > def reposetup(ui, repo):