diff hgext/largefiles/proto.py @ 15317:41f371150ccb stable

largefiles: make the store primary, and the user cache secondary This uses the now-properly-named functions and methods from the previous patch to actually deliver the desired behavior
author Benjamin Pollack <benjamin@bitquabit.com>
date Thu, 20 Oct 2011 13:24:11 -0400 (2011-10-20)
parents c65f5b6e26d4
children a5a6a9b7f3b9
line wrap: on
line diff
--- a/hgext/largefiles/proto.py
+++ b/hgext/largefiles/proto.py
@@ -17,8 +17,8 @@
                            'file.\n')
 
 def putlfile(repo, proto, sha):
-    '''Put a largefile into a repository's local cache and into the
-    system cache.'''
+    '''Put a largefile into a repository's local store and into the
+    user cache.'''
     f = None
     proto.redirect()
     try: