mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
18d9581d7e
Summary: When `treemanifest.usehttp` is enabled, make `remotetreestore` fetch tree nodes over HTTP rather than SSH. Note that unlike the SSH prefetch operation, this downloads only a single tree node, which will change the I/O behavior of Mercurial to fetch manifest nodes on demand. In general, this will result in excessive round trips, but for certain commands (such as `hg cat`), this works reasonably well. Future diffs will expand upon this functionality to make the HTTP behavior more performant. For now, this won't affect anyone unless they specifically enable the aforementioned config option. Reviewed By: xavierd Differential Revision: D16663197 fbshipit-source-id: 4117e057996ed30f0bfd186238264e31484c2620 |
||
---|---|---|
.. | ||
hgdemandimport | ||
hgext | ||
mercurial | ||
__init__.py |