hgext/largefiles/proto.py
branchstable
changeset 15316 c65f5b6e26d4
parent 15255 7ab05d752405
child 15317 41f371150ccb
--- a/hgext/largefiles/proto.py	Thu Oct 20 13:24:08 2011 -0400
+++ b/hgext/largefiles/proto.py	Thu Oct 20 13:24:09 2011 -0400
@@ -28,7 +28,7 @@
             f.seek(0)
             if sha != lfutil.hexsha1(f):
                 return wireproto.pushres(1)
-            lfutil.copytocacheabsolute(repo, f.name, sha)
+            lfutil.copytostoreabsolute(repo, f.name, sha)
         except IOError:
             repo.ui.warn(
                 _('error: could not put received data into largefile store'))