Show More
@@ -5,10 +5,14 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 6 | # GNU General Public License version 2 or any later version. |
|
7 | 7 | |
|
8 | from i18n import _ | |
|
9 | import util | |
|
10 | import mdiff | |
|
11 | import bdiff | |
|
8 | from __future__ import absolute_import | |
|
9 | ||
|
10 | from .i18n import _ | |
|
11 | from . import ( | |
|
12 | bdiff, | |
|
13 | mdiff, | |
|
14 | util, | |
|
15 | ) | |
|
12 | 16 | |
|
13 | 17 | def _findexactmatches(repo, added, removed): |
|
14 | 18 | '''find renamed files that have no changes |
@@ -126,7 +126,6 b'' | |||
|
126 | 126 | mercurial/scmposix.py not using absolute_import |
|
127 | 127 | mercurial/scmutil.py not using absolute_import |
|
128 | 128 | mercurial/scmwindows.py not using absolute_import |
|
129 | mercurial/similar.py not using absolute_import | |
|
130 | 129 | mercurial/store.py not using absolute_import |
|
131 | 130 | mercurial/windows.py not using absolute_import |
|
132 | 131 | setup.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now