--- a/hgext/remotefilelog/connectionpool.py Thu Jul 18 12:03:29 2024 +0200
+++ b/hgext/remotefilelog/connectionpool.py Thu Jul 18 12:36:12 2024 +0200
@@ -38,7 +38,6 @@
pass
if conn is None:
-
peer = hg.peer(self._repo.ui, {}, path)
if hasattr(peer, '_cleanup'):