D2977: fix: remove unused imports

hooper (Danny Hooper) phabricator at mercurial-scm.org
Fri Mar 30 20:18:13 UTC 2018


hooper created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2977

AFFECTED FILES
  hgext/fix.py

CHANGE DETAILS

diff --git a/hgext/fix.py b/hgext/fix.py
--- a/hgext/fix.py
+++ b/hgext/fix.py
@@ -53,7 +53,6 @@
 import os
 import re
 import subprocess
-import sys
 
 from mercurial.i18n import _
 from mercurial.node import nullrev
@@ -64,11 +63,9 @@
     context,
     copies,
     error,
-    match,
     mdiff,
     merge,
     obsolete,
-    posix,
     registrar,
     scmutil,
     util,



To: hooper, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list