hgext/largefiles/reposetup.py
branchstable
changeset 15316 c65f5b6e26d4
parent 15312 8d862e7b96d4
child 15319 9da7e96cd5c2
--- a/hgext/largefiles/reposetup.py	Thu Oct 20 13:24:08 2011 -0400
+++ b/hgext/largefiles/reposetup.py	Thu Oct 20 13:24:09 2011 -0400
@@ -228,7 +228,7 @@
             for filename in ctx.files():
                 if lfutil.isstandin(filename) and filename in ctx.manifest():
                     realfile = lfutil.splitstandin(filename)
-                    lfutil.copytocache(self, ctx.node(), realfile)
+                    lfutil.copytostore(self, ctx.node(), realfile)
 
             return node