D7004: import-checker: allow symbol imports from mercurial.pycompat

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Oct 6 17:47:29 EDT 2019


Closed by commit rHGc2e284cee333: import-checker: allow symbol imports from mercurial.pycompat (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7004?vs=16919&id=16927

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7004/new/

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

AFFECTED FILES
  contrib/import-checker.py

CHANGE DETAILS

diff --git a/contrib/import-checker.py b/contrib/import-checker.py
--- a/contrib/import-checker.py
+++ b/contrib/import-checker.py
@@ -30,6 +30,7 @@
     'mercurial.i18n',
     'mercurial.interfaces',
     'mercurial.node',
+    'mercurial.pycompat',
     # for revlog to re-export constant to extensions
     'mercurial.revlogutils.constants',
     'mercurial.revlogutils.flagutil',



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


More information about the Mercurial-devel mailing list