Differences between revisions 1 and 2
Revision 1 as of 2014-01-10 18:25:39
Size: 895
Editor: DurhamGoode
Comment:
Revision 2 as of 2019-08-22 14:42:44
Size: 920
Editor: Zoidberg
Comment: Update remotefilelog link to point to repo where it moved
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Line 14: Line 13:
Repository: https://bitbucket.org/facebook/remotefilelog Repository: https://bitbucket.org/facebook/hg-experimental/src/default/remotefilelog/
Line 17: Line 16:

remotefilelog Extension

This extension is not distributed with Mercurial.

Author: Durham Goode

Current maintainer: Facebook

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://bitbucket.org/facebook/hg-experimental/src/default/remotefilelog/

1. Documentation

This extension is still being developed and frequently changes. See the bitbucket page for the most recent documentation.


CategoryExtensionsByOthers

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