##// END OF EJS Templates
py3: split check of pygments-using files from the rest of the tree...
Augie Fackler -
r29886:e2c086f1 default
parent child Browse files
Show More
@@ -1,174 +1,180 b''
1 #require test-repo
1 #require test-repo
2
2
3 $ . "$TESTDIR/helpers-testrepo.sh"
3 $ . "$TESTDIR/helpers-testrepo.sh"
4 $ cd "$TESTDIR"/..
4 $ cd "$TESTDIR"/..
5
5
6 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py
6 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py
7 hgext/fsmonitor/pywatchman/__init__.py not using absolute_import
7 hgext/fsmonitor/pywatchman/__init__.py not using absolute_import
8 hgext/fsmonitor/pywatchman/__init__.py requires print_function
8 hgext/fsmonitor/pywatchman/__init__.py requires print_function
9 hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import
9 hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import
10 hgext/fsmonitor/pywatchman/pybser.py not using absolute_import
10 hgext/fsmonitor/pywatchman/pybser.py not using absolute_import
11 i18n/check-translation.py not using absolute_import
11 i18n/check-translation.py not using absolute_import
12 setup.py not using absolute_import
12 setup.py not using absolute_import
13 tests/test-demandimport.py not using absolute_import
13 tests/test-demandimport.py not using absolute_import
14
14
15 #if py3exe py3pygments
15 #if py3exe
16 $ hg files 'set:(**.py)' | sed 's|\\|/|g' \
16 $ hg files 'set:(**.py) - grep(pygments)' | sed 's|\\|/|g' \
17 > | xargs $PYTHON3 contrib/check-py3-compat.py \
17 > | xargs $PYTHON3 contrib/check-py3-compat.py \
18 > | sed 's/[0-9][0-9]*)$/*)/'
18 > | sed 's/[0-9][0-9]*)$/*)/'
19 doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *)
19 doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *)
20 hgext/acl.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
20 hgext/acl.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
21 hgext/automv.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
21 hgext/automv.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
22 hgext/blackbox.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
22 hgext/blackbox.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
23 hgext/bugzilla.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
23 hgext/bugzilla.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
24 hgext/censor.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
24 hgext/censor.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
25 hgext/chgserver.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
25 hgext/chgserver.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
26 hgext/children.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
26 hgext/children.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
27 hgext/churn.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
27 hgext/churn.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
28 hgext/clonebundles.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
28 hgext/clonebundles.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
29 hgext/color.py: invalid syntax: invalid syntax (<unknown>, line *)
29 hgext/color.py: invalid syntax: invalid syntax (<unknown>, line *)
30 hgext/convert/bzr.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
30 hgext/convert/bzr.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
31 hgext/convert/common.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
31 hgext/convert/common.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
32 hgext/convert/convcmd.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
32 hgext/convert/convcmd.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
33 hgext/convert/cvs.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
33 hgext/convert/cvs.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
34 hgext/convert/cvsps.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
34 hgext/convert/cvsps.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
35 hgext/convert/darcs.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
35 hgext/convert/darcs.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
36 hgext/convert/filemap.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
36 hgext/convert/filemap.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
37 hgext/convert/git.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
37 hgext/convert/git.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
38 hgext/convert/gnuarch.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
38 hgext/convert/gnuarch.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
39 hgext/convert/hg.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
39 hgext/convert/hg.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
40 hgext/convert/monotone.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
40 hgext/convert/monotone.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
41 hgext/convert/p4.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
41 hgext/convert/p4.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
42 hgext/convert/subversion.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
42 hgext/convert/subversion.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
43 hgext/convert/transport.py: error importing module: <ImportError> No module named 'svn.client' (line *)
43 hgext/convert/transport.py: error importing module: <ImportError> No module named 'svn.client' (line *)
44 hgext/eol.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
44 hgext/eol.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
45 hgext/extdiff.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
45 hgext/extdiff.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
46 hgext/factotum.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
46 hgext/factotum.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
47 hgext/fetch.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
47 hgext/fetch.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
48 hgext/fsmonitor/state.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
48 hgext/fsmonitor/state.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
49 hgext/fsmonitor/watchmanclient.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
49 hgext/fsmonitor/watchmanclient.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
50 hgext/gpg.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
50 hgext/gpg.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
51 hgext/graphlog.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
51 hgext/graphlog.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
52 hgext/hgk.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
52 hgext/hgk.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
53 hgext/highlight/highlight.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
54 hgext/histedit.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
53 hgext/histedit.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
55 hgext/journal.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
54 hgext/journal.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
56 hgext/keyword.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
55 hgext/keyword.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
57 hgext/largefiles/basestore.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
56 hgext/largefiles/basestore.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
58 hgext/largefiles/lfcommands.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
57 hgext/largefiles/lfcommands.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
59 hgext/largefiles/lfutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
58 hgext/largefiles/lfutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
60 hgext/largefiles/localstore.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
59 hgext/largefiles/localstore.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
61 hgext/largefiles/overrides.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
60 hgext/largefiles/overrides.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
62 hgext/largefiles/proto.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
61 hgext/largefiles/proto.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
63 hgext/largefiles/remotestore.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
62 hgext/largefiles/remotestore.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
64 hgext/largefiles/reposetup.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
63 hgext/largefiles/reposetup.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
65 hgext/largefiles/storefactory.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
64 hgext/largefiles/storefactory.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
66 hgext/largefiles/uisetup.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
65 hgext/largefiles/uisetup.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
67 hgext/largefiles/wirestore.py: error importing module: <SystemError> Parent module 'hgext.largefiles' not loaded, cannot perform relative import (line *)
66 hgext/largefiles/wirestore.py: error importing module: <SystemError> Parent module 'hgext.largefiles' not loaded, cannot perform relative import (line *)
68 hgext/mq.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
67 hgext/mq.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
69 hgext/notify.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
68 hgext/notify.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
70 hgext/pager.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
69 hgext/pager.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
71 hgext/patchbomb.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
70 hgext/patchbomb.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
72 hgext/purge.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
71 hgext/purge.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
73 hgext/rebase.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
72 hgext/rebase.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
74 hgext/record.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
73 hgext/record.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
75 hgext/relink.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
74 hgext/relink.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
76 hgext/schemes.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
75 hgext/schemes.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
77 hgext/share.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
76 hgext/share.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
78 hgext/shelve.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
77 hgext/shelve.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
79 hgext/strip.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
78 hgext/strip.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
80 hgext/transplant.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
79 hgext/transplant.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
81 hgext/win32mbcs.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
80 hgext/win32mbcs.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
82 hgext/win32text.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
81 hgext/win32text.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
83 mercurial/archival.py: invalid syntax: invalid syntax (<unknown>, line *)
82 mercurial/archival.py: invalid syntax: invalid syntax (<unknown>, line *)
84 mercurial/bookmarks.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
83 mercurial/bookmarks.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
85 mercurial/branchmap.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
84 mercurial/branchmap.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
86 mercurial/bundle2.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
85 mercurial/bundle2.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
87 mercurial/bundlerepo.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
86 mercurial/bundlerepo.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
88 mercurial/byterange.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
87 mercurial/byterange.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
89 mercurial/changegroup.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
88 mercurial/changegroup.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
90 mercurial/changelog.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
89 mercurial/changelog.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
91 mercurial/cmdutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
90 mercurial/cmdutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
92 mercurial/commands.py: invalid syntax: invalid syntax (<unknown>, line *)
91 mercurial/commands.py: invalid syntax: invalid syntax (<unknown>, line *)
93 mercurial/commandserver.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
92 mercurial/commandserver.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
94 mercurial/config.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
93 mercurial/config.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
95 mercurial/context.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
94 mercurial/context.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
96 mercurial/copies.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
95 mercurial/copies.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
97 mercurial/crecord.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
96 mercurial/crecord.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
98 mercurial/dagparser.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
97 mercurial/dagparser.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
99 mercurial/dagutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
98 mercurial/dagutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
100 mercurial/destutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
99 mercurial/destutil.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
101 mercurial/dirstate.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
100 mercurial/dirstate.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
102 mercurial/discovery.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
101 mercurial/discovery.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
103 mercurial/dispatch.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
102 mercurial/dispatch.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
104 mercurial/exchange.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
103 mercurial/exchange.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
105 mercurial/extensions.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
104 mercurial/extensions.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
106 mercurial/fancyopts.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
105 mercurial/fancyopts.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
107 mercurial/filelog.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
106 mercurial/filelog.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
108 mercurial/filemerge.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
107 mercurial/filemerge.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
109 mercurial/fileset.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
108 mercurial/fileset.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
110 mercurial/formatter.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
109 mercurial/formatter.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
111 mercurial/graphmod.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
110 mercurial/graphmod.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
112 mercurial/hbisect.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
111 mercurial/hbisect.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
113 mercurial/help.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
112 mercurial/help.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
114 mercurial/hg.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
113 mercurial/hg.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
115 mercurial/hgweb/common.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
114 mercurial/hgweb/common.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
116 mercurial/hgweb/hgweb_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
115 mercurial/hgweb/hgweb_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
117 mercurial/hgweb/hgwebdir_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
116 mercurial/hgweb/hgwebdir_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
118 mercurial/hgweb/protocol.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
117 mercurial/hgweb/protocol.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
119 mercurial/hgweb/request.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
118 mercurial/hgweb/request.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
120 mercurial/hgweb/server.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
119 mercurial/hgweb/server.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
121 mercurial/hgweb/webcommands.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
120 mercurial/hgweb/webcommands.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
122 mercurial/hgweb/webutil.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
121 mercurial/hgweb/webutil.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
123 mercurial/hgweb/wsgicgi.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
122 mercurial/hgweb/wsgicgi.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *)
124 mercurial/hook.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
123 mercurial/hook.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
125 mercurial/httpconnection.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
124 mercurial/httpconnection.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
126 mercurial/httppeer.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
125 mercurial/httppeer.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*)
127 mercurial/keepalive.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
126 mercurial/keepalive.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
128 mercurial/localrepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
127 mercurial/localrepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
129 mercurial/lock.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
128 mercurial/lock.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
130 mercurial/mail.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
129 mercurial/mail.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
131 mercurial/manifest.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
130 mercurial/manifest.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
132 mercurial/match.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
131 mercurial/match.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
133 mercurial/mdiff.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
132 mercurial/mdiff.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
134 mercurial/merge.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
133 mercurial/merge.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
135 mercurial/minirst.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
134 mercurial/minirst.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
136 mercurial/namespaces.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
135 mercurial/namespaces.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
137 mercurial/obsolete.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
136 mercurial/obsolete.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
138 mercurial/patch.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
137 mercurial/patch.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
139 mercurial/pathutil.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
138 mercurial/pathutil.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
140 mercurial/peer.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
139 mercurial/peer.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
141 mercurial/profiling.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
140 mercurial/profiling.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
142 mercurial/pushkey.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
141 mercurial/pushkey.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
143 mercurial/pvec.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
142 mercurial/pvec.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
144 mercurial/registrar.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
143 mercurial/registrar.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
145 mercurial/repair.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
144 mercurial/repair.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
146 mercurial/repoview.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
145 mercurial/repoview.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
147 mercurial/revlog.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
146 mercurial/revlog.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
148 mercurial/revset.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
147 mercurial/revset.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
149 mercurial/scmutil.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
148 mercurial/scmutil.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
150 mercurial/scmwindows.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
149 mercurial/scmwindows.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
151 mercurial/similar.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
150 mercurial/similar.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
152 mercurial/simplemerge.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
151 mercurial/simplemerge.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
153 mercurial/sshpeer.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
152 mercurial/sshpeer.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
154 mercurial/sshserver.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
153 mercurial/sshserver.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
155 mercurial/sslutil.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
154 mercurial/sslutil.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
156 mercurial/statichttprepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
155 mercurial/statichttprepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
157 mercurial/store.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
156 mercurial/store.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
158 mercurial/streamclone.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
157 mercurial/streamclone.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
159 mercurial/subrepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
158 mercurial/subrepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
160 mercurial/tagmerge.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
159 mercurial/tagmerge.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
161 mercurial/tags.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
160 mercurial/tags.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
162 mercurial/templatefilters.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
161 mercurial/templatefilters.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
163 mercurial/templatekw.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
162 mercurial/templatekw.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
164 mercurial/templater.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
163 mercurial/templater.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
165 mercurial/transaction.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
164 mercurial/transaction.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
166 mercurial/ui.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
165 mercurial/ui.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
167 mercurial/unionrepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
166 mercurial/unionrepo.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
168 mercurial/url.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
167 mercurial/url.py: error importing: <TypeError> __slots__ items must be strings, not 'bytes' (error at util.py:*)
169 mercurial/verify.py: error importing module: <TypeError> unorderable types: str() >= tuple() (line *)
168 mercurial/verify.py: error importing module: <TypeError> unorderable types: str() >= tuple() (line *)
170 mercurial/win32.py: error importing module: <ImportError> No module named 'msvcrt' (line *)
169 mercurial/win32.py: error importing module: <ImportError> No module named 'msvcrt' (line *)
171 mercurial/windows.py: error importing module: <ImportError> No module named 'msvcrt' (line *)
170 mercurial/windows.py: error importing module: <ImportError> No module named 'msvcrt' (line *)
172 mercurial/wireproto.py: error importing module: <TypeError> unorderable types: str() >= tuple() (line *)
171 mercurial/wireproto.py: error importing module: <TypeError> unorderable types: str() >= tuple() (line *)
173
172
174 #endif
173 #endif
174
175 #if py3exe py3pygments
176 $ hg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \
177 > | xargs $PYTHON3 contrib/check-py3-compat.py \
178 > | sed 's/[0-9][0-9]*)$/*)/'
179 hgext/highlight/highlight.py: error importing: <TypeError> str expected, not bytes (error at encoding.py:*)
180 #endif
General Comments 0
You need to be logged in to leave comments. Login now