hgext/largefiles/wirestore.py
changeset 19008 9d33d6e0d442
parent 18481 ed647c59753b
child 28439 b6e71f8af5b8
--- a/hgext/largefiles/wirestore.py	Mon Apr 15 23:34:36 2013 +0200
+++ b/hgext/largefiles/wirestore.py	Mon Apr 15 23:37:43 2013 +0200
@@ -26,8 +26,9 @@
         return self.remote.getlfile(hash)
 
     def _stat(self, hashes):
-        '''For each hash, return 2 if the largefile is missing, 1 if it has a
-        mismatched checksum, or 0 if it is in good condition'''
+        '''For each hash, return 0 if it is available, other values if not.
+        It is usually 2 if the largefile is missing, but might be 1 the server
+        has a corrupted copy.'''
         batch = self.remote.batch()
         futures = {}
         for hash in hashes: