D2977: fix: remove unused imports

hooper (Danny Hooper) phabricator at mercurial-scm.org
Fri Mar 30 16:36:38 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd3f1d3e4e58d: fix: remove unused imports (authored by hooper, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2977?vs=7431&id=7441

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, martinvonz
Cc: mercurial-devel


More information about the Mercurial-devel mailing list