#pragma section-numbers 2 = remotefilelog Extension = '''This extension is distributed with Mercurial as ''experimental''.''' ''Author: Durham Goode'' ''Current maintainer: Community supported'' The remotefilelog extension allows Mercurial to clone shallow copies of a repository such that all file contents are left on the server and only downloaded on demand by the client. This greatly speeds up clone and pull performance for repositories that have long histories or that are growing quickly. In addition, the extension allows using a caching layer (such as memcache) to serve the file contents, thus providing better scalability and reducing server load. Repository: https://foss.heptapod.net/mercurial/mercurial-devel/-/tree/branch/default/hgext/remotefilelog == Documentation == This extension has no specific documentation. See the README and the source for more details. ---- CategoryExtensionsByOthers