Show More
@@ -59,7 +59,6 b'' | |||||
59 | tests/test-hgwebdir-paths.py not using absolute_import |
|
59 | tests/test-hgwebdir-paths.py not using absolute_import | |
60 | tests/test-lrucachedict.py not using absolute_import |
|
60 | tests/test-lrucachedict.py not using absolute_import | |
61 | tests/test-lrucachedict.py requires print_function |
|
61 | tests/test-lrucachedict.py requires print_function | |
62 | tests/test-manifest.py not using absolute_import |
|
|||
63 | tests/test-trusted.py requires print_function |
|
62 | tests/test-trusted.py requires print_function | |
64 |
|
63 | |||
65 | #if py3exe |
|
64 | #if py3exe |
@@ -1,11 +1,14 b'' | |||||
1 | import binascii |
|
1 | from __future__ import absolute_import | |
2 | import unittest |
|
|||
3 | import itertools |
|
|||
4 |
|
2 | |||
|
3 | import binascii | |||
|
4 | import itertools | |||
5 | import silenttestrunner |
|
5 | import silenttestrunner | |
|
6 | import unittest | |||
6 |
|
7 | |||
7 |
from mercurial import |
|
8 | from mercurial import ( | |
8 | from mercurial import match as matchmod |
|
9 | manifest as manifestmod, | |
|
10 | match as matchmod, | |||
|
11 | ) | |||
9 |
|
12 | |||
10 | EMTPY_MANIFEST = '' |
|
13 | EMTPY_MANIFEST = '' | |
11 | EMTPY_MANIFEST_V2 = '\0\n' |
|
14 | EMTPY_MANIFEST_V2 = '\0\n' |
General Comments 0
You need to be logged in to leave comments.
Login now