hgext/largefiles/lfcommands.py
branchstable
changeset 15317 41f371150ccb
parent 15313 3eb1a90ea409
child 15332 0db47b8d025f
--- a/hgext/largefiles/lfcommands.py	Thu Oct 20 13:24:09 2011 -0400
+++ b/hgext/largefiles/lfcommands.py	Thu Oct 20 13:24:11 2011 -0400
@@ -336,9 +336,7 @@
 def uploadlfiles(ui, rsrc, rdst, files):
     '''upload largefiles to the central store'''
 
-    # Don't upload locally. All largefiles are in the system wide cache
-    # so the other repo can just get them from there.
-    if not files or rdst.local():
+    if not files:
         return
 
     store = basestore._openstore(rsrc, rdst, put=True)