##// END OF EJS Templates
tests: test-module-imports.t works on windows (with backslash path sep)...
Simon Heimberg -
r20395:ab71fb05 default
parent child Browse files
Show More
@@ -22,7 +22,7 b' here that we should still endeavor to fi'
22 hidden by deduplication algorithm in the cycle detector, so fixing
22 hidden by deduplication algorithm in the cycle detector, so fixing
23 these may expose other cycles.
23 these may expose other cycles.
24
24
25 $ hg locate 'mercurial/**.py' | xargs python "$import_checker"
25 $ hg locate 'mercurial/**.py' | sed 's-\\-/-g' | xargs python "$import_checker"
26 mercurial/dispatch.py mixed imports
26 mercurial/dispatch.py mixed imports
27 stdlib: commands
27 stdlib: commands
28 relative: error, extensions, fancyopts, hg, hook, util
28 relative: error, extensions, fancyopts, hg, hook, util
General Comments 0
You need to be logged in to leave comments. Login now