diff -r fc14953e8e34 -r e7cfe3587ea4 hgext/largefiles/basestore.py --- a/hgext/largefiles/basestore.py Tue Aug 28 17:59:08 2012 -0500 +++ b/hgext/largefiles/basestore.py Wed Aug 15 22:38:42 2012 +0200 @@ -55,7 +55,7 @@ def get(self, files): '''Get the specified largefiles from the store and write to local files under repo.root. files is a list of (filename, hash) - tuples. Return (success, missing), lists of files successfuly + tuples. Return (success, missing), lists of files successfully downloaded and those not found in the store. success is a list of (filename, hash) tuples; missing is a list of filenames that we could not get. (The detailed error message will already have