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/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 |