comparison hgext/remotefilelog/README.md @ 40525:433189151d5d

remotefilelog: rip out a missed mention of lz4 Differential Revision: https://phab.mercurial-scm.org/D5222
author Augie Fackler <augie@google.com>
date Mon, 05 Nov 2018 17:37:37 -0500
parents 3a333a582d7b
children 28f0092ec89f
comparison
equal deleted inserted replaced
40524:25732c5678bc 40525:433189151d5d
13 remotefilelog can be installed like any other Mercurial extension. Download the source code and add the remotefilelog subdirectory to your `hgrc`: 13 remotefilelog can be installed like any other Mercurial extension. Download the source code and add the remotefilelog subdirectory to your `hgrc`:
14 14
15 :::ini 15 :::ini
16 [extensions] 16 [extensions]
17 remotefilelog=path/to/remotefilelog/remotefilelog 17 remotefilelog=path/to/remotefilelog/remotefilelog
18
19 The extension currently has a hard dependency on lz4, so the [lz4 python library](https://pypi.python.org/pypi/lz4) must be installed on both servers and clients.
20 18
21 Configuring 19 Configuring
22 ----------- 20 -----------
23 21
24 **Server** 22 **Server**