tests/test-module-imports.t
changeset 25938 e194ada8d45f
parent 25932 d491f289045f
child 25971 e9cd028f2dff
equal deleted inserted replaced
25937:4f1144c3c72b 25938:e194ada8d45f
   110 here that we should still endeavor to fix, and some cycles will be
   110 here that we should still endeavor to fix, and some cycles will be
   111 hidden by deduplication algorithm in the cycle detector, so fixing
   111 hidden by deduplication algorithm in the cycle detector, so fixing
   112 these may expose other cycles.
   112 these may expose other cycles.
   113 
   113 
   114   $ hg locate 'mercurial/**.py' 'hgext/**.py' | sed 's-\\-/-g' | python "$import_checker" -
   114   $ hg locate 'mercurial/**.py' 'hgext/**.py' | sed 's-\\-/-g' | python "$import_checker" -
   115   mercurial/fileset.py mixed imports
       
   116      stdlib:    parser
       
   117      relative:  error, merge, util
       
   118   mercurial/revset.py mixed imports
   115   mercurial/revset.py mixed imports
   119      stdlib:    parser
   116      stdlib:    parser
   120      relative:  error, hbisect, phases, util
   117      relative:  error, hbisect, phases, util
   121   mercurial/templater.py mixed imports
   118   mercurial/templater.py mixed imports
   122      stdlib:    parser
   119      stdlib:    parser