diff --git a/hgext/largefiles/__init__.py b/hgext/largefiles/__init__.py index fcc324a228fee148726ec8075c75cd8e2ae7b14a_aGdleHQvbGFyZ2VmaWxlcy9fX2luaXRfXy5weQ==..bd300c7b012a6c0dc03e512f426a58a58a98883c_aGdleHQvbGFyZ2VmaWxlcy9fX2luaXRfXy5weQ== 100644 --- a/hgext/largefiles/__init__.py +++ b/hgext/largefiles/__init__.py @@ -111,5 +111,4 @@ extensions, exthelper, hg, - httppeer, localrepo, @@ -115,5 +114,4 @@ localrepo, - sshpeer, wireprotov1server, ) diff --git a/hgext/largefiles/proto.py b/hgext/largefiles/proto.py index fcc324a228fee148726ec8075c75cd8e2ae7b14a_aGdleHQvbGFyZ2VmaWxlcy9wcm90by5weQ==..bd300c7b012a6c0dc03e512f426a58a58a98883c_aGdleHQvbGFyZ2VmaWxlcy9wcm90by5weQ== 100644 --- a/hgext/largefiles/proto.py +++ b/hgext/largefiles/proto.py @@ -5,7 +5,6 @@ from __future__ import absolute_import import os -import re from mercurial.i18n import _ from mercurial.pycompat import open