sapling/remotefilelog
Augie Fackler 26ab790f75 fileserverclient: mark getfile as batchable
This lets clients send many getfile requests in a single transaction.

Note that this requires 76fcf62accb0 be applied to your Mercurial, or
you'll be bitten by a bug[0] in Mercurial's wireproto batching. As a
result of this change, remotefilelog now effectively requires the
upcoming Mercurial 3.5 if you want to use a specific release.

0: http://bz.selenic.com/show_bug.cgi?id=4739
2015-06-30 17:34:01 -04:00
..
__init__.py remotefilelog: introduce new getfile method 2015-06-30 17:32:31 -04:00
cacheclient.py Add example cache client implementation 2013-10-17 14:18:23 -07:00
debugcommands.py remotefilelog: handle the death of repo.sopener (hg change 0bbe3294361a) 2015-06-30 10:12:38 -04:00
fileserverclient.py fileserverclient: mark getfile as batchable 2015-06-30 17:34:01 -04:00
remotefilectx.py Fix blob generation with adjustlinkrevs 2015-05-22 21:32:12 -07:00
remotefilelog.py Fix building revgraph across merge commits 2015-06-30 16:43:01 -07:00
remotefilelogserver.py remotefilelog: introduce new getfile method 2015-06-30 17:32:31 -04:00
shallowbundle.py Match with with latest version of core to pass the test 2015-05-07 12:50:51 -07:00
shallowrepo.py remotefilelog: handle the death of repo.sopener (hg change 0bbe3294361a) 2015-06-30 10:12:38 -04:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00
shallowutil.py [bundle2] insert ourselves into the cg1packer class hierarchy and fix up the packermap 2014-11-07 18:35:52 -08:00