hgext/largefiles/basestore.py
changeset 17127 9e1616307c4c
parent 16247 d87d9d8a8e03
child 17424 e7cfe3587ea4
--- a/hgext/largefiles/basestore.py	Wed Jul 04 02:21:04 2012 +0200
+++ b/hgext/largefiles/basestore.py	Sun Jun 24 20:36:22 2012 +0200
@@ -48,8 +48,8 @@
         '''Put source file into the store under <filename>/<hash>.'''
         raise NotImplementedError('abstract method')
 
-    def exists(self, hash):
-        '''Check to see if the store contains the given hash.'''
+    def exists(self, hashes):
+        '''Check to see if the store contains the given hashes.'''
         raise NotImplementedError('abstract method')
 
     def get(self, files):