20 |
20 |
21 #if py3exe |
21 #if py3exe |
22 $ hg files 'set:(**.py) - grep(pygments)' -X hgext/fsmonitor/pywatchman \ |
22 $ hg files 'set:(**.py) - grep(pygments)' -X hgext/fsmonitor/pywatchman \ |
23 > | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py \ |
23 > | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py \ |
24 > | sed 's/[0-9][0-9]*)$/*)/' |
24 > | sed 's/[0-9][0-9]*)$/*)/' |
25 hgext/convert/transport.py: error importing: <ImportError> No module named 'svn.client' (error at transport.py:*) |
25 hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) |
26 hgext/fsmonitor/state.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*) |
26 hgext/fsmonitor/state.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*) |
27 hgext/fsmonitor/watchmanclient.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*) |
27 hgext/fsmonitor/watchmanclient.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*) |
28 mercurial/cffi/bdiff.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) |
28 mercurial/cffi/bdiff.py: error importing: <*Error> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) (glob) |
29 mercurial/cffi/mpatch.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) |
29 mercurial/cffi/mpatch.py: error importing: <*Error> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) (glob) |
30 mercurial/cffi/osutil.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) |
30 mercurial/cffi/osutil.py: error importing: <*Error> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) (glob) |
31 mercurial/scmwindows.py: error importing: <ImportError> No module named 'msvcrt' (error at win32.py:*) |
31 mercurial/scmwindows.py: error importing: <*Error> No module named 'msvcrt' (error at win32.py:*) (glob) |
32 mercurial/win32.py: error importing: <ImportError> No module named 'msvcrt' (error at win32.py:*) |
32 mercurial/win32.py: error importing: <*Error> No module named 'msvcrt' (error at win32.py:*) (glob) |
33 mercurial/windows.py: error importing: <ImportError> No module named 'msvcrt' (error at windows.py:*) |
33 mercurial/windows.py: error importing: <*Error> No module named 'msvcrt' (error at windows.py:*) (glob) |
34 |
34 |
35 #endif |
35 #endif |
36 |
36 |
37 #if py3exe py3pygments |
37 #if py3exe py3pygments |
38 $ hg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \ |
38 $ hg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \ |