Differences between revisions 3 and 4
Revision 3 as of 2020-01-18 09:23:08
Size: 936
Editor: PeterSuter
Comment: Update status
Revision 4 as of 2023-02-16 19:55:29
Size: 940
Editor: jaraco
Comment: Update URL for source code.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
''Current maintainer: Facebook'' ''Current maintainer: Community supported''
Line 13: Line 13:
Repository: https://bitbucket.org/facebook/hg-experimental/src/default/remotefilelog/ Repository: https://foss.heptapod.net/mercurial/mercurial-devel/-/tree/branch/default/hgext/remotefilelog
Line 16: Line 16:
This extension is still being developed and frequently changes. See the bitbucket page for the most recent documentation.
This extension has no specific documentation. See the README and the source for more details.

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

1. Documentation

This extension has no specific documentation. See the README and the source for more details.


CategoryExtensionsByOthers

RemotefilelogExtension (last edited 2023-02-16 19:55:29 by jaraco)