Mercurial > hg
changeset 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 | 25732c5678bc |
children | 1419f780207c |
files | hgext/remotefilelog/README.md |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/remotefilelog/README.md Sat Nov 03 17:47:23 2018 +0900 +++ b/hgext/remotefilelog/README.md Mon Nov 05 17:37:37 2018 -0500 @@ -16,8 +16,6 @@ [extensions] remotefilelog=path/to/remotefilelog/remotefilelog -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. - Configuring -----------