##// END OF EJS Templates
largefiles: remove remotestore.batch()...
Gregory Szorc -
r33758:dcdc1755 default
parent child Browse files
Show More
@@ -12,7 +12,6 b' from mercurial.i18n import _'
12 from mercurial import (
12 from mercurial import (
13 error,
13 error,
14 util,
14 util,
15 wireproto,
16 )
15 )
17
16
18 from . import (
17 from . import (
@@ -109,10 +108,6 b' class remotestore(basestore.basestore):'
109 'from statlfile (%r)' % stat)
108 'from statlfile (%r)' % stat)
110 return failed
109 return failed
111
110
112 def batch(self):
113 '''Support for remote batching.'''
114 return wireproto.remotebatch(self)
115
116 def _put(self, hash, fd):
111 def _put(self, hash, fd):
117 '''Put file with the given hash in the remote store.'''
112 '''Put file with the given hash in the remote store.'''
118 raise NotImplementedError('abstract method')
113 raise NotImplementedError('abstract method')
General Comments 0
You need to be logged in to leave comments. Login now