# HG changeset patch # User Augie Fackler # Date 2018-11-05 22:37:37 # Node ID 433189151d5dab59ca6a782690922759cf843ba2 # Parent 25732c5678bc9d3587378302481031ddb76e5f04 remotefilelog: rip out a missed mention of lz4 Differential Revision: https://phab.mercurial-scm.org/D5222 diff --git a/hgext/remotefilelog/README.md b/hgext/remotefilelog/README.md --- a/hgext/remotefilelog/README.md +++ b/hgext/remotefilelog/README.md @@ -16,8 +16,6 @@ remotefilelog can be installed like any [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 -----------