##// END OF EJS Templates
tests: check import cycles in hgext/**.py, too...
FUJIWARA Katsunori -
r25176:665a9dea default
parent child Browse files
Show More
@@ -20,7 +20,7 b' here that we should still endeavor to fi'
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' | python "$import_checker" -
23 $ hg locate 'mercurial/**.py' 'hgext/**.py' | sed 's-\\-/-g' | python "$import_checker" -
24 mercurial/dispatch.py mixed imports
24 mercurial/dispatch.py mixed imports
25 stdlib: commands
25 stdlib: commands
26 relative: error, extensions, fancyopts, hg, hook, util
26 relative: error, extensions, fancyopts, hg, hook, util
@@ -37,4 +37,5 b' these may expose other cycles.'
37 stdlib: formatter
37 stdlib: formatter
38 relative: config, error, scmutil, util
38 relative: config, error, scmutil, util
39 Import cycle: mercurial.cmdutil -> mercurial.context -> mercurial.subrepo -> mercurial.cmdutil
39 Import cycle: mercurial.cmdutil -> mercurial.context -> mercurial.subrepo -> mercurial.cmdutil
40 Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore
40 Import cycle: mercurial.commands -> mercurial.commandserver -> mercurial.dispatch -> mercurial.commands
41 Import cycle: mercurial.commands -> mercurial.commandserver -> mercurial.dispatch -> mercurial.commands
General Comments 0
You need to be logged in to leave comments. Login now