Size: 920
Comment: Update remotefilelog link to point to repo where it moved
|
Size: 936
Comment: Update status
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
'''This extension is not distributed with Mercurial.''' | '''This extension is distributed with Mercurial as ''experimental''.''' |
remotefilelog Extension
This extension is distributed with Mercurial as experimental.
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.