sapling/remotefilelog
Durham Goode 0237412d94 Fix shallow clones using getbundle protocol
Preivously shallow clones only work using the streaming clone protocol. With
this change they work for the standard getbundle protocol as well. This is what
the majority of Mercurial users use, so we need to support that.
2014-02-24 22:19:15 -08:00
..
__init__.py Fix shallow clones using getbundle protocol 2014-02-24 22:19:15 -08:00
cacheclient.py Add example cache client implementation 2013-10-17 14:18:23 -07:00
debugcommands.py Fix debugremotefilelog command 2013-12-13 11:42:50 -08:00
fileserverclient.py Move local cache logic into it's own class 2014-02-11 16:25:55 -08:00
remotefilectx.py Move fileservice to be per repo instead of global 2014-02-11 14:41:56 -08:00
remotefilelog.py Move local cache logic into it's own class 2014-02-11 16:25:55 -08:00
remotefilelogserver.py Allow readonly access to remotefilelog cache 2014-01-27 17:09:48 -08:00
shallowbundle.py Move fileservice to be per repo instead of global 2014-02-11 14:41:56 -08:00
shallowrepo.py Move fileservice to be per repo instead of global 2014-02-11 14:41:56 -08:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00