Mercurial > hg
comparison tests/test-check-py3-compat.t @ 28725:3cf1995dbdd5
py3: use print_function in generate-working-copy-states.py
author | Robert Stanca <robert.stanca7@gmail.com> |
---|---|
date | Sat, 02 Apr 2016 17:36:59 +0300 |
parents | cf339d6ac7c7 |
children | f4b31fcd5e72 |
comparison
equal
deleted
inserted
replaced
28724:cf339d6ac7c7 | 28725:3cf1995dbdd5 |
---|---|
38 hgext/share.py not using absolute_import | 38 hgext/share.py not using absolute_import |
39 hgext/win32text.py not using absolute_import | 39 hgext/win32text.py not using absolute_import |
40 i18n/check-translation.py not using absolute_import | 40 i18n/check-translation.py not using absolute_import |
41 i18n/polib.py not using absolute_import | 41 i18n/polib.py not using absolute_import |
42 setup.py not using absolute_import | 42 setup.py not using absolute_import |
43 tests/generate-working-copy-states.py requires print_function | |
44 tests/get-with-headers.py requires print_function | 43 tests/get-with-headers.py requires print_function |
45 tests/heredoctest.py requires print_function | 44 tests/heredoctest.py requires print_function |
46 tests/hypothesishelpers.py not using absolute_import | 45 tests/hypothesishelpers.py not using absolute_import |
47 tests/hypothesishelpers.py requires print_function | 46 tests/hypothesishelpers.py requires print_function |
48 tests/killdaemons.py not using absolute_import | 47 tests/killdaemons.py not using absolute_import |
256 mercurial/util.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | 255 mercurial/util.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
257 mercurial/verify.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | 256 mercurial/verify.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
258 mercurial/win*.py: error importing module: <ImportError> No module named 'msvcrt' (line *) (glob) | 257 mercurial/win*.py: error importing module: <ImportError> No module named 'msvcrt' (line *) (glob) |
259 mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) | 258 mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) |
260 mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) | 259 mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) |
261 tests/generate-working-copy-states.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) | |
262 tests/get-with-headers.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) | 260 tests/get-with-headers.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) |
263 tests/readlink.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | 261 tests/readlink.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
264 tests/silenttestrunner.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) | 262 tests/silenttestrunner.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) |
265 tests/test-batching.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | 263 tests/test-batching.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
266 tests/test-bdiff.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | 264 tests/test-bdiff.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |