D10152: remotefilelog: remove unused import
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Mar 10 18:43:36 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This is no longer used since a4c19a162615 <https://phab.mercurial-scm.org/rHGa4c19a162615afd0dc8ab571be25d3134da7b15d>.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D10152
AFFECTED FILES
hgext/remotefilelog/connectionpool.py
CHANGE DETAILS
diff --git a/hgext/remotefilelog/connectionpool.py b/hgext/remotefilelog/connectionpool.py
--- a/hgext/remotefilelog/connectionpool.py
+++ b/hgext/remotefilelog/connectionpool.py
@@ -8,7 +8,6 @@
from __future__ import absolute_import
from mercurial import (
- extensions,
hg,
pycompat,
sshpeer,
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list