remotefilelog: rip out a missed mention of lz4
authorAugie Fackler <augie@google.com>
Mon, 05 Nov 2018 17:37:37 -0500
changeset 40525 433189151d5d
parent 40524 25732c5678bc
child 40526 1419f780207c
remotefilelog: rip out a missed mention of lz4 Differential Revision: https://phab.mercurial-scm.org/D5222
hgext/remotefilelog/README.md
--- 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
 -----------