hgext/largefiles/reposetup.py
changeset 48180 df3021c1f093
parent 47715 108c4c5673a6
child 48430 991e6f728b50
--- a/hgext/largefiles/reposetup.py	Thu Oct 07 10:23:57 2021 -0400
+++ b/hgext/largefiles/reposetup.py	Mon Jul 19 04:11:08 2021 +0530
@@ -310,7 +310,7 @@
                     ]
 
                 if gotlock:
-                    lfdirstate.write()
+                    lfdirstate.write(self.currenttransaction())
 
             self.lfstatus = True
             return scmutil.status(*result)