contrib/perf.py
changeset 26748 5ba0a99ff27f
parent 25850 b130764e3eb5
child 27017 cdc3e437b481
--- a/contrib/perf.py	Sat Oct 17 01:15:34 2015 +0900
+++ b/contrib/perf.py	Sat Oct 17 01:15:34 2015 +0900
@@ -222,7 +222,7 @@
     "a" in ds
     def d():
         ds._dirty = True
-        ds.write()
+        ds.write(repo.currenttransaction())
     timer(d)
     fm.end()