hgext/largefiles/overrides.py
changeset 23039 1350b9170089
parent 23038 3f581bfbb268
child 23040 46c5983ce48f
--- a/hgext/largefiles/overrides.py	Fri Oct 03 00:42:40 2014 +0200
+++ b/hgext/largefiles/overrides.py	Fri Oct 03 00:42:40 2014 +0200
@@ -660,7 +660,7 @@
     wlock = repo.wlock()
     try:
         lfdirstate = lfutil.openlfdirstate(ui, repo)
-        s = lfutil.lfdirstatestatus(lfdirstate, repo, repo['.'].rev())
+        s = lfutil.lfdirstatestatus(lfdirstate, repo)
         lfdirstate.write()
         for lfile in s.modified:
             lfutil.updatestandin(repo, lfutil.standin(lfile))