D316: largefiles: remove remotestore.batch()

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Aug 11 14:51:55 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGdcdc17551653: largefiles: remove remotestore.batch() (authored by indygreg).

CHANGED PRIOR TO COMMIT
  https://phab.mercurial-scm.org/D316?vs=731&id=790#toc

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D316?vs=731&id=790

REVISION DETAIL
  https://phab.mercurial-scm.org/D316

AFFECTED FILES
  hgext/largefiles/remotestore.py

CHANGE DETAILS

diff --git a/hgext/largefiles/remotestore.py b/hgext/largefiles/remotestore.py
--- a/hgext/largefiles/remotestore.py
+++ b/hgext/largefiles/remotestore.py
@@ -12,7 +12,6 @@
 from mercurial import (
     error,
     util,
-    wireproto,
 )
 
 from . import (
@@ -109,10 +108,6 @@
                                            'from statlfile (%r)' % stat)
         return failed
 
-    def batch(self):
-        '''Support for remote batching.'''
-        return wireproto.remotebatch(self)
-
     def _put(self, hash, fd):
         '''Put file with the given hash in the remote store.'''
         raise NotImplementedError('abstract method')



To: indygreg, #hg-reviewers, quark
Cc: mercurial-devel


More information about the Mercurial-devel mailing list