tests/fakedirstatewritetime.py
changeset 42295 fdd4d668ceb5
parent 36607 c6061cadb400
child 42304 9c6c0f736e1d
--- a/tests/fakedirstatewritetime.py	Fri May 10 22:18:11 2019 -0700
+++ b/tests/fakedirstatewritetime.py	Fri May 10 21:55:59 2019 -0700
@@ -74,5 +74,5 @@
 def extsetup(ui):
     extensions.wrapfunction(context.workingctx, '_poststatusfixup',
                             _poststatusfixup)
-    extensions.wrapfunction(context.committablectx, 'markcommitted',
+    extensions.wrapfunction(context.workingctx, 'markcommitted',
                             markcommitted)