hgext/largefiles/reposetup.py
changeset 23276 4be754832829
parent 23188 94ac64bcf6fe
child 23394 b5e2128ce9e6
--- a/hgext/largefiles/reposetup.py	Sat Nov 08 00:48:41 2014 +0900
+++ b/hgext/largefiles/reposetup.py	Sat Nov 08 00:48:41 2014 +0900
@@ -241,11 +241,8 @@
             self.lfstatus = True
             return scmutil.status(*result)
 
-        # As part of committing, copy all of the largefiles into the
-        # cache.
         def commitctx(self, ctx, *args, **kwargs):
             node = super(lfilesrepo, self).commitctx(ctx, *args, **kwargs)
-            lfutil.copyalltostore(self, node)
             class lfilesctx(ctx.__class__):
                 def markcommitted(self, node):
                     orig = super(lfilesctx, self).markcommitted