hgext/largefiles/remotestore.py
changeset 30180 736f92c44656
parent 30142 3dcaf1c4e90d
child 33763 dcdc17551653
--- a/hgext/largefiles/remotestore.py	Fri Oct 14 23:33:00 2016 +0900
+++ b/hgext/largefiles/remotestore.py	Wed Oct 12 12:22:18 2016 +0200
@@ -118,7 +118,7 @@
         raise NotImplementedError('abstract method')
 
     def _get(self, hash):
-        '''Get file with the given hash from the remote store.'''
+        '''Get a iterator for content with the given hash.'''
         raise NotImplementedError('abstract method')
 
     def _stat(self, hashes):