Show More
@@ -1,7 +1,13 b'' | |||||
1 | # extension to emulate invoking 'patch.internalpatch()' at the time |
|
1 | # extension to emulate invoking 'patch.internalpatch()' at the time | |
2 | # specified by '[fakepatchtime] fakenow' |
|
2 | # specified by '[fakepatchtime] fakenow' | |
3 |
|
3 | |||
4 | from mercurial import extensions, patch as patchmod, util |
|
4 | from __future__ import absolute_import | |
|
5 | ||||
|
6 | from mercurial import ( | |||
|
7 | extensions, | |||
|
8 | patch as patchmod, | |||
|
9 | util, | |||
|
10 | ) | |||
5 |
|
11 | |||
6 | def internalpatch(orig, ui, repo, patchobj, strip, |
|
12 | def internalpatch(orig, ui, repo, patchobj, strip, | |
7 | prefix='', files=None, |
|
13 | prefix='', files=None, |
@@ -143,7 +143,6 b'' | |||||
143 | mercurial/util.py not using absolute_import |
|
143 | mercurial/util.py not using absolute_import | |
144 | mercurial/windows.py not using absolute_import |
|
144 | mercurial/windows.py not using absolute_import | |
145 | setup.py not using absolute_import |
|
145 | setup.py not using absolute_import | |
146 | tests/fakepatchtime.py not using absolute_import |
|
|||
147 | tests/filterpyflakes.py not using absolute_import |
|
146 | tests/filterpyflakes.py not using absolute_import | |
148 | tests/filterpyflakes.py requires print_function |
|
147 | tests/filterpyflakes.py requires print_function | |
149 | tests/generate-working-copy-states.py not using absolute_import |
|
148 | tests/generate-working-copy-states.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now