From patchwork Tue Aug 8 14:52:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D267: httppeer: remove unused handler attribute From: phabricator X-Patchwork-Id: 22755 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Tue, 8 Aug 2017 14:52:26 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHGc0b317cfecc8: httppeer: remove unused handler attribute (authored by indygreg). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D267?vs=617&id=631 REVISION DETAIL https://phab.mercurial-scm.org/D267 AFFECTED FILES mercurial/httppeer.py CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/mercurial/httppeer.py b/mercurial/httppeer.py --- a/mercurial/httppeer.py +++ b/mercurial/httppeer.py @@ -90,7 +90,6 @@ def __init__(self, ui, path): self.path = path self.caps = None - self.handler = None self.urlopener = None self.requestbuilder = None u = util.url(path)