Show More
@@ -1,1 +1,3 b'' | |||||
1 | # placeholder |
|
1 | from __future__ import absolute_import | |
|
2 | import pkgutil | |||
|
3 | __path__ = pkgutil.extend_path(__path__, __name__) |
@@ -1,133 +1,132 b'' | |||||
1 | #require test-repo |
|
1 | #require test-repo | |
2 |
|
2 | |||
3 | $ cd "$TESTDIR"/.. |
|
3 | $ cd "$TESTDIR"/.. | |
4 |
|
4 | |||
5 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py |
|
5 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py | |
6 | contrib/check-code.py not using absolute_import |
|
6 | contrib/check-code.py not using absolute_import | |
7 | contrib/check-code.py requires print_function |
|
7 | contrib/check-code.py requires print_function | |
8 | contrib/debugshell.py not using absolute_import |
|
8 | contrib/debugshell.py not using absolute_import | |
9 | contrib/import-checker.py not using absolute_import |
|
9 | contrib/import-checker.py not using absolute_import | |
10 | contrib/import-checker.py requires print_function |
|
10 | contrib/import-checker.py requires print_function | |
11 | contrib/memory.py not using absolute_import |
|
11 | contrib/memory.py not using absolute_import | |
12 | contrib/perf.py not using absolute_import |
|
12 | contrib/perf.py not using absolute_import | |
13 | contrib/python-hook-examples.py not using absolute_import |
|
13 | contrib/python-hook-examples.py not using absolute_import | |
14 | contrib/revsetbenchmarks.py not using absolute_import |
|
14 | contrib/revsetbenchmarks.py not using absolute_import | |
15 | contrib/revsetbenchmarks.py requires print_function |
|
15 | contrib/revsetbenchmarks.py requires print_function | |
16 | contrib/showstack.py not using absolute_import |
|
16 | contrib/showstack.py not using absolute_import | |
17 | contrib/synthrepo.py not using absolute_import |
|
17 | contrib/synthrepo.py not using absolute_import | |
18 | contrib/win32/hgwebdir_wsgi.py not using absolute_import |
|
18 | contrib/win32/hgwebdir_wsgi.py not using absolute_import | |
19 | doc/check-seclevel.py not using absolute_import |
|
19 | doc/check-seclevel.py not using absolute_import | |
20 | doc/gendoc.py not using absolute_import |
|
20 | doc/gendoc.py not using absolute_import | |
21 | doc/hgmanpage.py not using absolute_import |
|
21 | doc/hgmanpage.py not using absolute_import | |
22 | hgext/__init__.py not using absolute_import |
|
|||
23 | hgext/color.py not using absolute_import |
|
22 | hgext/color.py not using absolute_import | |
24 | hgext/eol.py not using absolute_import |
|
23 | hgext/eol.py not using absolute_import | |
25 | hgext/extdiff.py not using absolute_import |
|
24 | hgext/extdiff.py not using absolute_import | |
26 | hgext/factotum.py not using absolute_import |
|
25 | hgext/factotum.py not using absolute_import | |
27 | hgext/fetch.py not using absolute_import |
|
26 | hgext/fetch.py not using absolute_import | |
28 | hgext/fsmonitor/pywatchman/__init__.py not using absolute_import |
|
27 | hgext/fsmonitor/pywatchman/__init__.py not using absolute_import | |
29 | hgext/fsmonitor/pywatchman/__init__.py requires print_function |
|
28 | hgext/fsmonitor/pywatchman/__init__.py requires print_function | |
30 | hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import |
|
29 | hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import | |
31 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import |
|
30 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import | |
32 | hgext/gpg.py not using absolute_import |
|
31 | hgext/gpg.py not using absolute_import | |
33 | hgext/graphlog.py not using absolute_import |
|
32 | hgext/graphlog.py not using absolute_import | |
34 | hgext/hgcia.py not using absolute_import |
|
33 | hgext/hgcia.py not using absolute_import | |
35 | hgext/hgk.py not using absolute_import |
|
34 | hgext/hgk.py not using absolute_import | |
36 | hgext/highlight/__init__.py not using absolute_import |
|
35 | hgext/highlight/__init__.py not using absolute_import | |
37 | hgext/highlight/highlight.py not using absolute_import |
|
36 | hgext/highlight/highlight.py not using absolute_import | |
38 | hgext/histedit.py not using absolute_import |
|
37 | hgext/histedit.py not using absolute_import | |
39 | hgext/largefiles/__init__.py not using absolute_import |
|
38 | hgext/largefiles/__init__.py not using absolute_import | |
40 | hgext/largefiles/basestore.py not using absolute_import |
|
39 | hgext/largefiles/basestore.py not using absolute_import | |
41 | hgext/largefiles/lfcommands.py not using absolute_import |
|
40 | hgext/largefiles/lfcommands.py not using absolute_import | |
42 | hgext/largefiles/lfutil.py not using absolute_import |
|
41 | hgext/largefiles/lfutil.py not using absolute_import | |
43 | hgext/largefiles/localstore.py not using absolute_import |
|
42 | hgext/largefiles/localstore.py not using absolute_import | |
44 | hgext/largefiles/overrides.py not using absolute_import |
|
43 | hgext/largefiles/overrides.py not using absolute_import | |
45 | hgext/largefiles/proto.py not using absolute_import |
|
44 | hgext/largefiles/proto.py not using absolute_import | |
46 | hgext/largefiles/remotestore.py not using absolute_import |
|
45 | hgext/largefiles/remotestore.py not using absolute_import | |
47 | hgext/largefiles/reposetup.py not using absolute_import |
|
46 | hgext/largefiles/reposetup.py not using absolute_import | |
48 | hgext/largefiles/uisetup.py not using absolute_import |
|
47 | hgext/largefiles/uisetup.py not using absolute_import | |
49 | hgext/largefiles/wirestore.py not using absolute_import |
|
48 | hgext/largefiles/wirestore.py not using absolute_import | |
50 | hgext/mq.py not using absolute_import |
|
49 | hgext/mq.py not using absolute_import | |
51 | hgext/rebase.py not using absolute_import |
|
50 | hgext/rebase.py not using absolute_import | |
52 | hgext/share.py not using absolute_import |
|
51 | hgext/share.py not using absolute_import | |
53 | hgext/transplant.py not using absolute_import |
|
52 | hgext/transplant.py not using absolute_import | |
54 | hgext/win32text.py not using absolute_import |
|
53 | hgext/win32text.py not using absolute_import | |
55 | i18n/check-translation.py not using absolute_import |
|
54 | i18n/check-translation.py not using absolute_import | |
56 | i18n/polib.py not using absolute_import |
|
55 | i18n/polib.py not using absolute_import | |
57 | setup.py not using absolute_import |
|
56 | setup.py not using absolute_import | |
58 | tests/filterpyflakes.py requires print_function |
|
57 | tests/filterpyflakes.py requires print_function | |
59 | tests/generate-working-copy-states.py requires print_function |
|
58 | tests/generate-working-copy-states.py requires print_function | |
60 | tests/get-with-headers.py requires print_function |
|
59 | tests/get-with-headers.py requires print_function | |
61 | tests/heredoctest.py requires print_function |
|
60 | tests/heredoctest.py requires print_function | |
62 | tests/hypothesishelpers.py not using absolute_import |
|
61 | tests/hypothesishelpers.py not using absolute_import | |
63 | tests/hypothesishelpers.py requires print_function |
|
62 | tests/hypothesishelpers.py requires print_function | |
64 | tests/killdaemons.py not using absolute_import |
|
63 | tests/killdaemons.py not using absolute_import | |
65 | tests/md5sum.py not using absolute_import |
|
64 | tests/md5sum.py not using absolute_import | |
66 | tests/mockblackbox.py not using absolute_import |
|
65 | tests/mockblackbox.py not using absolute_import | |
67 | tests/printenv.py not using absolute_import |
|
66 | tests/printenv.py not using absolute_import | |
68 | tests/readlink.py not using absolute_import |
|
67 | tests/readlink.py not using absolute_import | |
69 | tests/readlink.py requires print_function |
|
68 | tests/readlink.py requires print_function | |
70 | tests/revlog-formatv0.py not using absolute_import |
|
69 | tests/revlog-formatv0.py not using absolute_import | |
71 | tests/run-tests.py not using absolute_import |
|
70 | tests/run-tests.py not using absolute_import | |
72 | tests/seq.py not using absolute_import |
|
71 | tests/seq.py not using absolute_import | |
73 | tests/seq.py requires print_function |
|
72 | tests/seq.py requires print_function | |
74 | tests/silenttestrunner.py not using absolute_import |
|
73 | tests/silenttestrunner.py not using absolute_import | |
75 | tests/silenttestrunner.py requires print_function |
|
74 | tests/silenttestrunner.py requires print_function | |
76 | tests/sitecustomize.py not using absolute_import |
|
75 | tests/sitecustomize.py not using absolute_import | |
77 | tests/svn-safe-append.py not using absolute_import |
|
76 | tests/svn-safe-append.py not using absolute_import | |
78 | tests/svnxml.py not using absolute_import |
|
77 | tests/svnxml.py not using absolute_import | |
79 | tests/test-ancestor.py requires print_function |
|
78 | tests/test-ancestor.py requires print_function | |
80 | tests/test-atomictempfile.py not using absolute_import |
|
79 | tests/test-atomictempfile.py not using absolute_import | |
81 | tests/test-batching.py not using absolute_import |
|
80 | tests/test-batching.py not using absolute_import | |
82 | tests/test-batching.py requires print_function |
|
81 | tests/test-batching.py requires print_function | |
83 | tests/test-bdiff.py not using absolute_import |
|
82 | tests/test-bdiff.py not using absolute_import | |
84 | tests/test-bdiff.py requires print_function |
|
83 | tests/test-bdiff.py requires print_function | |
85 | tests/test-context.py not using absolute_import |
|
84 | tests/test-context.py not using absolute_import | |
86 | tests/test-context.py requires print_function |
|
85 | tests/test-context.py requires print_function | |
87 | tests/test-demandimport.py not using absolute_import |
|
86 | tests/test-demandimport.py not using absolute_import | |
88 | tests/test-demandimport.py requires print_function |
|
87 | tests/test-demandimport.py requires print_function | |
89 | tests/test-doctest.py not using absolute_import |
|
88 | tests/test-doctest.py not using absolute_import | |
90 | tests/test-duplicateoptions.py not using absolute_import |
|
89 | tests/test-duplicateoptions.py not using absolute_import | |
91 | tests/test-duplicateoptions.py requires print_function |
|
90 | tests/test-duplicateoptions.py requires print_function | |
92 | tests/test-filecache.py not using absolute_import |
|
91 | tests/test-filecache.py not using absolute_import | |
93 | tests/test-filecache.py requires print_function |
|
92 | tests/test-filecache.py requires print_function | |
94 | tests/test-filelog.py not using absolute_import |
|
93 | tests/test-filelog.py not using absolute_import | |
95 | tests/test-filelog.py requires print_function |
|
94 | tests/test-filelog.py requires print_function | |
96 | tests/test-hg-parseurl.py not using absolute_import |
|
95 | tests/test-hg-parseurl.py not using absolute_import | |
97 | tests/test-hg-parseurl.py requires print_function |
|
96 | tests/test-hg-parseurl.py requires print_function | |
98 | tests/test-hgweb-auth.py not using absolute_import |
|
97 | tests/test-hgweb-auth.py not using absolute_import | |
99 | tests/test-hgweb-auth.py requires print_function |
|
98 | tests/test-hgweb-auth.py requires print_function | |
100 | tests/test-hgwebdir-paths.py not using absolute_import |
|
99 | tests/test-hgwebdir-paths.py not using absolute_import | |
101 | tests/test-hybridencode.py not using absolute_import |
|
100 | tests/test-hybridencode.py not using absolute_import | |
102 | tests/test-hybridencode.py requires print_function |
|
101 | tests/test-hybridencode.py requires print_function | |
103 | tests/test-lrucachedict.py not using absolute_import |
|
102 | tests/test-lrucachedict.py not using absolute_import | |
104 | tests/test-lrucachedict.py requires print_function |
|
103 | tests/test-lrucachedict.py requires print_function | |
105 | tests/test-manifest.py not using absolute_import |
|
104 | tests/test-manifest.py not using absolute_import | |
106 | tests/test-minirst.py not using absolute_import |
|
105 | tests/test-minirst.py not using absolute_import | |
107 | tests/test-minirst.py requires print_function |
|
106 | tests/test-minirst.py requires print_function | |
108 | tests/test-parseindex2.py not using absolute_import |
|
107 | tests/test-parseindex2.py not using absolute_import | |
109 | tests/test-parseindex2.py requires print_function |
|
108 | tests/test-parseindex2.py requires print_function | |
110 | tests/test-pathencode.py not using absolute_import |
|
109 | tests/test-pathencode.py not using absolute_import | |
111 | tests/test-pathencode.py requires print_function |
|
110 | tests/test-pathencode.py requires print_function | |
112 | tests/test-propertycache.py not using absolute_import |
|
111 | tests/test-propertycache.py not using absolute_import | |
113 | tests/test-propertycache.py requires print_function |
|
112 | tests/test-propertycache.py requires print_function | |
114 | tests/test-revlog-ancestry.py not using absolute_import |
|
113 | tests/test-revlog-ancestry.py not using absolute_import | |
115 | tests/test-revlog-ancestry.py requires print_function |
|
114 | tests/test-revlog-ancestry.py requires print_function | |
116 | tests/test-run-tests.py not using absolute_import |
|
115 | tests/test-run-tests.py not using absolute_import | |
117 | tests/test-simplemerge.py not using absolute_import |
|
116 | tests/test-simplemerge.py not using absolute_import | |
118 | tests/test-status-inprocess.py not using absolute_import |
|
117 | tests/test-status-inprocess.py not using absolute_import | |
119 | tests/test-status-inprocess.py requires print_function |
|
118 | tests/test-status-inprocess.py requires print_function | |
120 | tests/test-symlink-os-yes-fs-no.py not using absolute_import |
|
119 | tests/test-symlink-os-yes-fs-no.py not using absolute_import | |
121 | tests/test-trusted.py not using absolute_import |
|
120 | tests/test-trusted.py not using absolute_import | |
122 | tests/test-trusted.py requires print_function |
|
121 | tests/test-trusted.py requires print_function | |
123 | tests/test-ui-color.py not using absolute_import |
|
122 | tests/test-ui-color.py not using absolute_import | |
124 | tests/test-ui-color.py requires print_function |
|
123 | tests/test-ui-color.py requires print_function | |
125 | tests/test-ui-config.py not using absolute_import |
|
124 | tests/test-ui-config.py not using absolute_import | |
126 | tests/test-ui-config.py requires print_function |
|
125 | tests/test-ui-config.py requires print_function | |
127 | tests/test-ui-verbosity.py not using absolute_import |
|
126 | tests/test-ui-verbosity.py not using absolute_import | |
128 | tests/test-ui-verbosity.py requires print_function |
|
127 | tests/test-ui-verbosity.py requires print_function | |
129 | tests/test-url.py not using absolute_import |
|
128 | tests/test-url.py not using absolute_import | |
130 | tests/test-url.py requires print_function |
|
129 | tests/test-url.py requires print_function | |
131 | tests/test-walkrepo.py requires print_function |
|
130 | tests/test-walkrepo.py requires print_function | |
132 | tests/test-wireproto.py requires print_function |
|
131 | tests/test-wireproto.py requires print_function | |
133 | tests/tinyproxy.py requires print_function |
|
132 | tests/tinyproxy.py requires print_function |
General Comments 0
You need to be logged in to leave comments.
Login now