sapling/remotefilelog
Augie Fackler 16310f95f3 remotefilelog: introduce new getfile method
Right now, this is a naive fetch-one-file method. The next change will
mark the method as batchable and use a batch in the client so that
many files can be requested in a single RPC.
2015-06-30 17:32:31 -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 remotefilelog: introduce new getfile method 2015-06-30 17:32:31 -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