comparison tests/test-module-imports.t @ 24909:d71492ca2fdd

crecord: fix mixed imports warning
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 09 Apr 2015 23:47:07 -0400
parents 02a5618e2fbf
children 723e364488f4
comparison
equal deleted inserted replaced
24908:30b910fea244 24909:d71492ca2fdd
19 here that we should still endeavor to fix, and some cycles will be 19 here that we should still endeavor to fix, and some cycles will be
20 hidden by deduplication algorithm in the cycle detector, so fixing 20 hidden by deduplication algorithm in the cycle detector, so fixing
21 these may expose other cycles. 21 these may expose other cycles.
22 22
23 $ hg locate 'mercurial/**.py' | sed 's-\\-/-g' | xargs python "$import_checker" 23 $ hg locate 'mercurial/**.py' | sed 's-\\-/-g' | xargs python "$import_checker"
24 mercurial/crecord.py mixed imports
25 stdlib: fcntl, termios
26 relative: curses
27 mercurial/dispatch.py mixed imports 24 mercurial/dispatch.py mixed imports
28 stdlib: commands 25 stdlib: commands
29 relative: error, extensions, fancyopts, hg, hook, util 26 relative: error, extensions, fancyopts, hg, hook, util
30 mercurial/fileset.py mixed imports 27 mercurial/fileset.py mixed imports
31 stdlib: parser 28 stdlib: parser