equal
deleted
inserted
replaced
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/ui.py mixed imports |
|
116 stdlib: formatter |
|
117 relative: config, error, progress, scmutil, util |
|
118 Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore |
115 Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore |
119 [1] |
116 [1] |