Show More
@@ -1,241 +1,240 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 | doc/check-seclevel.py not using absolute_import |
|
6 | doc/check-seclevel.py not using absolute_import | |
7 | doc/gendoc.py not using absolute_import |
|
7 | doc/gendoc.py not using absolute_import | |
8 | doc/hgmanpage.py not using absolute_import |
|
8 | doc/hgmanpage.py not using absolute_import | |
9 | hgext/color.py not using absolute_import |
|
9 | hgext/color.py not using absolute_import | |
10 | hgext/eol.py not using absolute_import |
|
10 | hgext/eol.py not using absolute_import | |
11 | hgext/extdiff.py not using absolute_import |
|
11 | hgext/extdiff.py not using absolute_import | |
12 | hgext/factotum.py not using absolute_import |
|
12 | hgext/factotum.py not using absolute_import | |
13 | hgext/fetch.py not using absolute_import |
|
13 | hgext/fetch.py not using absolute_import | |
14 | hgext/fsmonitor/pywatchman/__init__.py not using absolute_import |
|
14 | hgext/fsmonitor/pywatchman/__init__.py not using absolute_import | |
15 | hgext/fsmonitor/pywatchman/__init__.py requires print_function |
|
15 | hgext/fsmonitor/pywatchman/__init__.py requires print_function | |
16 | hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import |
|
16 | hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import | |
17 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import |
|
17 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import | |
18 | hgext/gpg.py not using absolute_import |
|
18 | hgext/gpg.py not using absolute_import | |
19 | hgext/graphlog.py not using absolute_import |
|
19 | hgext/graphlog.py not using absolute_import | |
20 | hgext/hgcia.py not using absolute_import |
|
20 | hgext/hgcia.py not using absolute_import | |
21 | hgext/hgk.py not using absolute_import |
|
21 | hgext/hgk.py not using absolute_import | |
22 | hgext/highlight/__init__.py not using absolute_import |
|
22 | hgext/highlight/__init__.py not using absolute_import | |
23 | hgext/highlight/highlight.py not using absolute_import |
|
23 | hgext/highlight/highlight.py not using absolute_import | |
24 | hgext/histedit.py not using absolute_import |
|
24 | hgext/histedit.py not using absolute_import | |
25 | hgext/largefiles/__init__.py not using absolute_import |
|
25 | hgext/largefiles/__init__.py not using absolute_import | |
26 | hgext/largefiles/basestore.py not using absolute_import |
|
26 | hgext/largefiles/basestore.py not using absolute_import | |
27 | hgext/largefiles/lfcommands.py not using absolute_import |
|
27 | hgext/largefiles/lfcommands.py not using absolute_import | |
28 | hgext/largefiles/lfutil.py not using absolute_import |
|
28 | hgext/largefiles/lfutil.py not using absolute_import | |
29 | hgext/largefiles/localstore.py not using absolute_import |
|
29 | hgext/largefiles/localstore.py not using absolute_import | |
30 | hgext/largefiles/overrides.py not using absolute_import |
|
30 | hgext/largefiles/overrides.py not using absolute_import | |
31 | hgext/largefiles/proto.py not using absolute_import |
|
31 | hgext/largefiles/proto.py not using absolute_import | |
32 | hgext/largefiles/remotestore.py not using absolute_import |
|
32 | hgext/largefiles/remotestore.py not using absolute_import | |
33 | hgext/largefiles/reposetup.py not using absolute_import |
|
33 | hgext/largefiles/reposetup.py not using absolute_import | |
34 | hgext/largefiles/uisetup.py not using absolute_import |
|
34 | hgext/largefiles/uisetup.py not using absolute_import | |
35 | hgext/largefiles/wirestore.py not using absolute_import |
|
35 | hgext/largefiles/wirestore.py not using absolute_import | |
36 | hgext/mq.py not using absolute_import |
|
36 | hgext/mq.py not using absolute_import | |
37 | hgext/rebase.py not using absolute_import |
|
37 | hgext/rebase.py not using absolute_import | |
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/heredoctest.py requires print_function |
|
43 | tests/heredoctest.py requires print_function | |
44 | tests/killdaemons.py not using absolute_import |
|
44 | tests/killdaemons.py not using absolute_import | |
45 | tests/md5sum.py not using absolute_import |
|
45 | tests/md5sum.py not using absolute_import | |
46 | tests/mockblackbox.py not using absolute_import |
|
46 | tests/mockblackbox.py not using absolute_import | |
47 | tests/printenv.py not using absolute_import |
|
47 | tests/printenv.py not using absolute_import | |
48 | tests/readlink.py not using absolute_import |
|
48 | tests/readlink.py not using absolute_import | |
49 | tests/readlink.py requires print_function |
|
49 | tests/readlink.py requires print_function | |
50 | tests/revlog-formatv0.py not using absolute_import |
|
50 | tests/revlog-formatv0.py not using absolute_import | |
51 | tests/run-tests.py not using absolute_import |
|
51 | tests/run-tests.py not using absolute_import | |
52 | tests/sitecustomize.py not using absolute_import |
|
52 | tests/sitecustomize.py not using absolute_import | |
53 | tests/svn-safe-append.py not using absolute_import |
|
53 | tests/svn-safe-append.py not using absolute_import | |
54 | tests/svnxml.py not using absolute_import |
|
54 | tests/svnxml.py not using absolute_import | |
55 | tests/test-atomictempfile.py not using absolute_import |
|
55 | tests/test-atomictempfile.py not using absolute_import | |
56 | tests/test-demandimport.py not using absolute_import |
|
56 | tests/test-demandimport.py not using absolute_import | |
57 | tests/test-demandimport.py requires print_function |
|
57 | tests/test-demandimport.py requires print_function | |
58 | tests/test-doctest.py not using absolute_import |
|
58 | tests/test-doctest.py not using absolute_import | |
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 |
|
62 | tests/test-manifest.py not using absolute_import | |
63 | tests/test-pathencode.py not using absolute_import |
|
63 | tests/test-pathencode.py not using absolute_import | |
64 | tests/test-pathencode.py requires print_function |
|
64 | tests/test-pathencode.py requires print_function | |
65 | tests/test-propertycache.py not using absolute_import |
|
|||
66 | tests/test-propertycache.py requires print_function |
|
65 | tests/test-propertycache.py requires print_function | |
67 | tests/test-revlog-ancestry.py not using absolute_import |
|
66 | tests/test-revlog-ancestry.py not using absolute_import | |
68 | tests/test-revlog-ancestry.py requires print_function |
|
67 | tests/test-revlog-ancestry.py requires print_function | |
69 | tests/test-run-tests.py not using absolute_import |
|
68 | tests/test-run-tests.py not using absolute_import | |
70 | tests/test-simplemerge.py not using absolute_import |
|
69 | tests/test-simplemerge.py not using absolute_import | |
71 | tests/test-status-inprocess.py not using absolute_import |
|
70 | tests/test-status-inprocess.py not using absolute_import | |
72 | tests/test-status-inprocess.py requires print_function |
|
71 | tests/test-status-inprocess.py requires print_function | |
73 | tests/test-symlink-os-yes-fs-no.py not using absolute_import |
|
72 | tests/test-symlink-os-yes-fs-no.py not using absolute_import | |
74 | tests/test-trusted.py not using absolute_import |
|
73 | tests/test-trusted.py not using absolute_import | |
75 | tests/test-trusted.py requires print_function |
|
74 | tests/test-trusted.py requires print_function | |
76 | tests/test-ui-color.py not using absolute_import |
|
75 | tests/test-ui-color.py not using absolute_import | |
77 | tests/test-url.py not using absolute_import |
|
76 | tests/test-url.py not using absolute_import | |
78 |
|
77 | |||
79 | #if py3exe |
|
78 | #if py3exe | |
80 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py |
|
79 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py | |
81 | contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) |
|
80 | contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) | |
82 | doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
81 | doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
83 | hgext/acl.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
82 | hgext/acl.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
84 | hgext/automv.py: error importing module: <SyntaxError> invalid syntax (commands.py, line *) (line *) (glob) |
|
83 | hgext/automv.py: error importing module: <SyntaxError> invalid syntax (commands.py, line *) (line *) (glob) | |
85 | hgext/blackbox.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
84 | hgext/blackbox.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
86 | hgext/bugzilla.py: error importing module: <ImportError> No module named 'urlparse' (line *) (glob) |
|
85 | hgext/bugzilla.py: error importing module: <ImportError> No module named 'urlparse' (line *) (glob) | |
87 | hgext/censor.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
86 | hgext/censor.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
88 | hgext/chgserver.py: error importing module: <ImportError> No module named 'SocketServer' (line *) (glob) |
|
87 | hgext/chgserver.py: error importing module: <ImportError> No module named 'SocketServer' (line *) (glob) | |
89 | hgext/children.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
88 | hgext/children.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
90 | hgext/churn.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
89 | hgext/churn.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
91 | hgext/clonebundles.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
90 | hgext/clonebundles.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
92 | hgext/color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
91 | hgext/color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
93 | hgext/convert/bzr.py: error importing module: <SystemError> Parent module 'hgext.convert' not loaded, cannot perform relative import (line *) (glob) |
|
92 | hgext/convert/bzr.py: error importing module: <SystemError> Parent module 'hgext.convert' not loaded, cannot perform relative import (line *) (glob) | |
94 | hgext/convert/common.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) |
|
93 | hgext/convert/common.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) | |
95 | hgext/convert/convcmd.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
94 | hgext/convert/convcmd.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
96 | hgext/convert/cvs.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
95 | hgext/convert/cvs.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
97 | hgext/convert/cvsps.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) |
|
96 | hgext/convert/cvsps.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) | |
98 | hgext/convert/darcs.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
97 | hgext/convert/darcs.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
99 | hgext/convert/filemap.py: error importing module: <SystemError> Parent module 'hgext.convert' not loaded, cannot perform relative import (line *) (glob) |
|
98 | hgext/convert/filemap.py: error importing module: <SystemError> Parent module 'hgext.convert' not loaded, cannot perform relative import (line *) (glob) | |
100 | hgext/convert/git.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
99 | hgext/convert/git.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
101 | hgext/convert/gnuarch.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
100 | hgext/convert/gnuarch.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
102 | hgext/convert/hg.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
101 | hgext/convert/hg.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
103 | hgext/convert/monotone.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
102 | hgext/convert/monotone.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
104 | hgext/convert/p*.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
103 | hgext/convert/p*.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
105 | hgext/convert/subversion.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) |
|
104 | hgext/convert/subversion.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) | |
106 | hgext/convert/transport.py: error importing module: <ImportError> No module named 'svn.client' (line *) (glob) |
|
105 | hgext/convert/transport.py: error importing module: <ImportError> No module named 'svn.client' (line *) (glob) | |
107 | hgext/eol.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
106 | hgext/eol.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
108 | hgext/extdiff.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
107 | hgext/extdiff.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
109 | hgext/factotum.py: error importing: <ImportError> No module named 'cStringIO' (error at url.py:*) (glob) |
|
108 | hgext/factotum.py: error importing: <ImportError> No module named 'cStringIO' (error at url.py:*) (glob) | |
110 | hgext/fetch.py: error importing module: <SyntaxError> invalid syntax (commands.py, line *) (line *) (glob) |
|
109 | hgext/fetch.py: error importing module: <SyntaxError> invalid syntax (commands.py, line *) (line *) (glob) | |
111 | hgext/fsmonitor/state.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
110 | hgext/fsmonitor/state.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
112 | hgext/fsmonitor/watchmanclient.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
111 | hgext/fsmonitor/watchmanclient.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
113 | hgext/gpg.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
112 | hgext/gpg.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
114 | hgext/graphlog.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
113 | hgext/graphlog.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
115 | hgext/hgcia.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
114 | hgext/hgcia.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
116 | hgext/hgk.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
115 | hgext/hgk.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
117 | hgext/highlight/highlight.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
116 | hgext/highlight/highlight.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
118 | hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) |
|
117 | hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) | |
119 | hgext/keyword.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
118 | hgext/keyword.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
120 | hgext/largefiles/basestore.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
119 | hgext/largefiles/basestore.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
121 | hgext/largefiles/lfcommands.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
120 | hgext/largefiles/lfcommands.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
122 | hgext/largefiles/lfutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
121 | hgext/largefiles/lfutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
123 | hgext/largefiles/localstore.py: error importing module: <ImportError> No module named 'lfutil' (line *) (glob) |
|
122 | hgext/largefiles/localstore.py: error importing module: <ImportError> No module named 'lfutil' (line *) (glob) | |
124 | hgext/largefiles/overrides.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
123 | hgext/largefiles/overrides.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
125 | hgext/largefiles/proto.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) |
|
124 | hgext/largefiles/proto.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) | |
126 | hgext/largefiles/remotestore.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) |
|
125 | hgext/largefiles/remotestore.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) | |
127 | hgext/largefiles/reposetup.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
126 | hgext/largefiles/reposetup.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
128 | hgext/largefiles/uisetup.py: error importing module: <SyntaxError> invalid syntax (archival.py, line *) (line *) (glob) |
|
127 | hgext/largefiles/uisetup.py: error importing module: <SyntaxError> invalid syntax (archival.py, line *) (line *) (glob) | |
129 | hgext/largefiles/wirestore.py: error importing module: <ImportError> No module named 'lfutil' (line *) (glob) |
|
128 | hgext/largefiles/wirestore.py: error importing module: <ImportError> No module named 'lfutil' (line *) (glob) | |
130 | hgext/mq.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
129 | hgext/mq.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
131 | hgext/notify.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
130 | hgext/notify.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
132 | hgext/pager.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
131 | hgext/pager.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
133 | hgext/patchbomb.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
132 | hgext/patchbomb.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
134 | hgext/purge.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
133 | hgext/purge.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
135 | hgext/rebase.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
134 | hgext/rebase.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
136 | hgext/record.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
135 | hgext/record.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
137 | hgext/relink.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
136 | hgext/relink.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
138 | hgext/schemes.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
137 | hgext/schemes.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
139 | hgext/share.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
138 | hgext/share.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
140 | hgext/shelve.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) |
|
139 | hgext/shelve.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) | |
141 | hgext/strip.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
140 | hgext/strip.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
142 | hgext/transplant.py: error importing: <SyntaxError> invalid syntax (bundle*.py, line *) (error at bundlerepo.py:*) (glob) |
|
141 | hgext/transplant.py: error importing: <SyntaxError> invalid syntax (bundle*.py, line *) (error at bundlerepo.py:*) (glob) | |
143 | hgext/win*text.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
142 | hgext/win*text.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
144 | mercurial/archival.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
143 | mercurial/archival.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
145 | mercurial/bookmarks.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
144 | mercurial/bookmarks.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
146 | mercurial/branchmap.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:*) (glob) |
|
145 | mercurial/branchmap.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:*) (glob) | |
147 | mercurial/bundle*.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
146 | mercurial/bundle*.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
148 | mercurial/bundlerepo.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) |
|
147 | mercurial/bundlerepo.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) | |
149 | mercurial/byterange.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) |
|
148 | mercurial/byterange.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) | |
150 | mercurial/changegroup.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:*) (glob) |
|
149 | mercurial/changegroup.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:*) (glob) | |
151 | mercurial/changelog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
150 | mercurial/changelog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
152 | mercurial/cmdutil.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
151 | mercurial/cmdutil.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
153 | mercurial/commands.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
152 | mercurial/commands.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
154 | mercurial/commandserver.py: error importing module: <ImportError> No module named 'SocketServer' (line *) (glob) |
|
153 | mercurial/commandserver.py: error importing module: <ImportError> No module named 'SocketServer' (line *) (glob) | |
155 | mercurial/config.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
154 | mercurial/config.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
156 | mercurial/context.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
155 | mercurial/context.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
157 | mercurial/copies.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
156 | mercurial/copies.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
158 | mercurial/crecord.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
157 | mercurial/crecord.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
159 | mercurial/destutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
158 | mercurial/destutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
160 | mercurial/dirstate.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
159 | mercurial/dirstate.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
161 | mercurial/discovery.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
160 | mercurial/discovery.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
162 | mercurial/dispatch.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
161 | mercurial/dispatch.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
163 | mercurial/exchange.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) |
|
162 | mercurial/exchange.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) | |
164 | mercurial/extensions.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
163 | mercurial/extensions.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
165 | mercurial/filelog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
164 | mercurial/filelog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
166 | mercurial/filemerge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
165 | mercurial/filemerge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
167 | mercurial/fileset.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
166 | mercurial/fileset.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
168 | mercurial/formatter.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) |
|
167 | mercurial/formatter.py: error importing module: <ImportError> No module named 'cPickle' (line *) (glob) | |
169 | mercurial/graphmod.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
168 | mercurial/graphmod.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
170 | mercurial/help.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
169 | mercurial/help.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
171 | mercurial/hg.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
170 | mercurial/hg.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
172 | mercurial/hgweb/common.py: error importing module: <ImportError> No module named 'BaseHTTPServer' (line *) (glob) |
|
171 | mercurial/hgweb/common.py: error importing module: <ImportError> No module named 'BaseHTTPServer' (line *) (glob) | |
173 | mercurial/hgweb/hgweb_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) |
|
172 | mercurial/hgweb/hgweb_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) | |
174 | mercurial/hgweb/hgwebdir_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) |
|
173 | mercurial/hgweb/hgwebdir_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) | |
175 | mercurial/hgweb/protocol.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
174 | mercurial/hgweb/protocol.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
176 | mercurial/hgweb/request.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) |
|
175 | mercurial/hgweb/request.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) | |
177 | mercurial/hgweb/server.py: error importing module: <ImportError> No module named 'BaseHTTPServer' (line *) (glob) |
|
176 | mercurial/hgweb/server.py: error importing module: <ImportError> No module named 'BaseHTTPServer' (line *) (glob) | |
178 | mercurial/hgweb/webcommands.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) |
|
177 | mercurial/hgweb/webcommands.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) | |
179 | mercurial/hgweb/webutil.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) |
|
178 | mercurial/hgweb/webutil.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) | |
180 | mercurial/hgweb/wsgicgi.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) |
|
179 | mercurial/hgweb/wsgicgi.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) | |
181 | mercurial/hook.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
180 | mercurial/hook.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
182 | mercurial/httpclient/_readers.py: error importing module: <ImportError> No module named 'httplib' (line *) (glob) |
|
181 | mercurial/httpclient/_readers.py: error importing module: <ImportError> No module named 'httplib' (line *) (glob) | |
183 | mercurial/httpconnection.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) |
|
182 | mercurial/httpconnection.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) | |
184 | mercurial/httppeer.py: error importing module: <ImportError> No module named 'httplib' (line *) (glob) |
|
183 | mercurial/httppeer.py: error importing module: <ImportError> No module named 'httplib' (line *) (glob) | |
185 | mercurial/keepalive.py: error importing module: <ImportError> No module named 'httplib' (line *) (glob) |
|
184 | mercurial/keepalive.py: error importing module: <ImportError> No module named 'httplib' (line *) (glob) | |
186 | mercurial/localrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
185 | mercurial/localrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
187 | mercurial/lock.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
186 | mercurial/lock.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
188 | mercurial/mail.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
187 | mercurial/mail.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
189 | mercurial/manifest.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
188 | mercurial/manifest.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
190 | mercurial/match.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
189 | mercurial/match.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
191 | mercurial/mdiff.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
190 | mercurial/mdiff.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
192 | mercurial/merge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
191 | mercurial/merge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
193 | mercurial/minirst.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
192 | mercurial/minirst.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
194 | mercurial/namespaces.py: error importing: <ImportError> No module named 'cStringIO' (error at patch.py:*) (glob) |
|
193 | mercurial/namespaces.py: error importing: <ImportError> No module named 'cStringIO' (error at patch.py:*) (glob) | |
195 | mercurial/obsolete.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
194 | mercurial/obsolete.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
196 | mercurial/patch.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
195 | mercurial/patch.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
197 | mercurial/pathutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
196 | mercurial/pathutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
198 | mercurial/peer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
197 | mercurial/peer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
199 | mercurial/pure/mpatch.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
198 | mercurial/pure/mpatch.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
200 | mercurial/pure/parsers.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
199 | mercurial/pure/parsers.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
201 | mercurial/pushkey.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
200 | mercurial/pushkey.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
202 | mercurial/pvec.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
201 | mercurial/pvec.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
203 | mercurial/registrar.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
202 | mercurial/registrar.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
204 | mercurial/repair.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) |
|
203 | mercurial/repair.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) | |
205 | mercurial/repoview.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
204 | mercurial/repoview.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
206 | mercurial/revlog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
205 | mercurial/revlog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
207 | mercurial/revset.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
206 | mercurial/revset.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
208 | mercurial/scmutil.py: error importing module: <ImportError> No module named 'Queue' (line *) (glob) |
|
207 | mercurial/scmutil.py: error importing module: <ImportError> No module named 'Queue' (line *) (glob) | |
209 | mercurial/scmwindows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) |
|
208 | mercurial/scmwindows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) | |
210 | mercurial/similar.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
209 | mercurial/similar.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
211 | mercurial/simplemerge.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
210 | mercurial/simplemerge.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
212 | mercurial/sshpeer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
211 | mercurial/sshpeer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
213 | mercurial/sshserver.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
212 | mercurial/sshserver.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
214 | mercurial/sslutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
213 | mercurial/sslutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
215 | mercurial/statichttprepo.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) |
|
214 | mercurial/statichttprepo.py: error importing module: <ImportError> No module named 'urllib2' (line *) (glob) | |
216 | mercurial/store.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
215 | mercurial/store.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
217 | mercurial/streamclone.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:*) (glob) |
|
216 | mercurial/streamclone.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:*) (glob) | |
218 | mercurial/subrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) |
|
217 | mercurial/subrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:*) (glob) | |
219 | mercurial/tagmerge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
218 | mercurial/tagmerge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
220 | mercurial/tags.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
219 | mercurial/tags.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
221 | mercurial/templatefilters.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
220 | mercurial/templatefilters.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
222 | mercurial/templatekw.py: error importing: <ImportError> No module named 'cStringIO' (error at patch.py:*) (glob) |
|
221 | mercurial/templatekw.py: error importing: <ImportError> No module named 'cStringIO' (error at patch.py:*) (glob) | |
223 | mercurial/templater.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
222 | mercurial/templater.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
224 | mercurial/transaction.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
223 | mercurial/transaction.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
225 | mercurial/ui.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
224 | mercurial/ui.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
226 | mercurial/unionrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
225 | mercurial/unionrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
227 | mercurial/url.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) |
|
226 | mercurial/url.py: error importing module: <ImportError> No module named 'cStringIO' (line *) (glob) | |
228 | mercurial/util.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) |
|
227 | mercurial/util.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:*) (glob) | |
229 | mercurial/verify.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) |
|
228 | mercurial/verify.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:*) (glob) | |
230 | mercurial/win*.py: error importing module: <ImportError> No module named 'msvcrt' (line *) (glob) |
|
229 | mercurial/win*.py: error importing module: <ImportError> No module named 'msvcrt' (line *) (glob) | |
231 | mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) |
|
230 | mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) | |
232 | mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) |
|
231 | mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob) | |
233 | tests/readlink.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
232 | tests/readlink.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
234 | tests/test-demandimport.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
233 | tests/test-demandimport.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
235 | tests/test-lrucachedict.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
234 | tests/test-lrucachedict.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
236 | tests/test-propertycache.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) |
|
235 | tests/test-propertycache.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) | |
237 | tests/test-revlog-ancestry.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) |
|
236 | tests/test-revlog-ancestry.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) | |
238 | tests/test-status-inprocess.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) |
|
237 | tests/test-status-inprocess.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) | |
239 | tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
238 | tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) | |
240 |
|
239 | |||
241 | #endif |
|
240 | #endif |
@@ -1,179 +1,181 b'' | |||||
1 | """test behavior of propertycache and unfiltered propertycache |
|
1 | """test behavior of propertycache and unfiltered propertycache | |
2 |
|
2 | |||
3 | The repoview overlay is quite complex. We test the behavior of |
|
3 | The repoview overlay is quite complex. We test the behavior of | |
4 | property cache of both localrepo and repoview to prevent |
|
4 | property cache of both localrepo and repoview to prevent | |
5 | regression.""" |
|
5 | regression.""" | |
6 |
|
6 | |||
7 | import os, subprocess |
|
7 | from __future__ import absolute_import | |
|
8 | import os | |||
|
9 | import subprocess | |||
8 | import mercurial.localrepo |
|
10 | import mercurial.localrepo | |
9 | import mercurial.repoview |
|
11 | import mercurial.repoview | |
10 | import mercurial.util |
|
12 | import mercurial.util | |
11 | import mercurial.hg |
|
13 | import mercurial.hg | |
12 | import mercurial.ui as uimod |
|
14 | import mercurial.ui as uimod | |
13 |
|
15 | |||
14 |
|
16 | |||
15 | # create some special property cache that trace they call |
|
17 | # create some special property cache that trace they call | |
16 |
|
18 | |||
17 | calllog = [] |
|
19 | calllog = [] | |
18 | @mercurial.util.propertycache |
|
20 | @mercurial.util.propertycache | |
19 | def testcachedfoobar(repo): |
|
21 | def testcachedfoobar(repo): | |
20 | name = repo.filtername |
|
22 | name = repo.filtername | |
21 | if name is None: |
|
23 | if name is None: | |
22 | name = '' |
|
24 | name = '' | |
23 | val = len(name) |
|
25 | val = len(name) | |
24 | calllog.append(val) |
|
26 | calllog.append(val) | |
25 | return val |
|
27 | return val | |
26 |
|
28 | |||
27 | unficalllog = [] |
|
29 | unficalllog = [] | |
28 | @mercurial.localrepo.unfilteredpropertycache |
|
30 | @mercurial.localrepo.unfilteredpropertycache | |
29 | def testcachedunfifoobar(repo): |
|
31 | def testcachedunfifoobar(repo): | |
30 | name = repo.filtername |
|
32 | name = repo.filtername | |
31 | if name is None: |
|
33 | if name is None: | |
32 | name = '' |
|
34 | name = '' | |
33 | val = 100 + len(name) |
|
35 | val = 100 + len(name) | |
34 | unficalllog.append(val) |
|
36 | unficalllog.append(val) | |
35 | return val |
|
37 | return val | |
36 |
|
38 | |||
37 | #plug them on repo |
|
39 | #plug them on repo | |
38 | mercurial.localrepo.localrepository.testcachedfoobar = testcachedfoobar |
|
40 | mercurial.localrepo.localrepository.testcachedfoobar = testcachedfoobar | |
39 | mercurial.localrepo.localrepository.testcachedunfifoobar = testcachedunfifoobar |
|
41 | mercurial.localrepo.localrepository.testcachedunfifoobar = testcachedunfifoobar | |
40 |
|
42 | |||
41 |
|
43 | |||
42 | # Create an empty repo and instantiate it. It is important to run |
|
44 | # Create an empty repo and instantiate it. It is important to run | |
43 | # these tests on the real object to detect regression. |
|
45 | # these tests on the real object to detect regression. | |
44 | repopath = os.path.join(os.environ['TESTTMP'], 'repo') |
|
46 | repopath = os.path.join(os.environ['TESTTMP'], 'repo') | |
45 | assert subprocess.call(['hg', 'init', repopath]) == 0 |
|
47 | assert subprocess.call(['hg', 'init', repopath]) == 0 | |
46 | ui = uimod.ui() |
|
48 | ui = uimod.ui() | |
47 | repo = mercurial.hg.repository(ui, path=repopath).unfiltered() |
|
49 | repo = mercurial.hg.repository(ui, path=repopath).unfiltered() | |
48 |
|
50 | |||
49 |
|
51 | |||
50 | print '' |
|
52 | print '' | |
51 | print '=== property cache ===' |
|
53 | print '=== property cache ===' | |
52 | print '' |
|
54 | print '' | |
53 | print 'calllog:', calllog |
|
55 | print 'calllog:', calllog | |
54 | print 'cached value (unfiltered):', |
|
56 | print 'cached value (unfiltered):', | |
55 | print vars(repo).get('testcachedfoobar', 'NOCACHE') |
|
57 | print vars(repo).get('testcachedfoobar', 'NOCACHE') | |
56 |
|
58 | |||
57 | print '' |
|
59 | print '' | |
58 | print '= first access on unfiltered, should do a call' |
|
60 | print '= first access on unfiltered, should do a call' | |
59 | print 'access:', repo.testcachedfoobar |
|
61 | print 'access:', repo.testcachedfoobar | |
60 | print 'calllog:', calllog |
|
62 | print 'calllog:', calllog | |
61 | print 'cached value (unfiltered):', |
|
63 | print 'cached value (unfiltered):', | |
62 | print vars(repo).get('testcachedfoobar', 'NOCACHE') |
|
64 | print vars(repo).get('testcachedfoobar', 'NOCACHE') | |
63 |
|
65 | |||
64 | print '' |
|
66 | print '' | |
65 | print '= second access on unfiltered, should not do call' |
|
67 | print '= second access on unfiltered, should not do call' | |
66 | print 'access', repo.testcachedfoobar |
|
68 | print 'access', repo.testcachedfoobar | |
67 | print 'calllog:', calllog |
|
69 | print 'calllog:', calllog | |
68 | print 'cached value (unfiltered):', |
|
70 | print 'cached value (unfiltered):', | |
69 | print vars(repo).get('testcachedfoobar', 'NOCACHE') |
|
71 | print vars(repo).get('testcachedfoobar', 'NOCACHE') | |
70 |
|
72 | |||
71 | print '' |
|
73 | print '' | |
72 | print '= first access on "visible" view, should do a call' |
|
74 | print '= first access on "visible" view, should do a call' | |
73 | visibleview = repo.filtered('visible') |
|
75 | visibleview = repo.filtered('visible') | |
74 | print 'cached value ("visible" view):', |
|
76 | print 'cached value ("visible" view):', | |
75 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') |
|
77 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') | |
76 | print 'access:', visibleview.testcachedfoobar |
|
78 | print 'access:', visibleview.testcachedfoobar | |
77 | print 'calllog:', calllog |
|
79 | print 'calllog:', calllog | |
78 | print 'cached value (unfiltered):', |
|
80 | print 'cached value (unfiltered):', | |
79 | print vars(repo).get('testcachedfoobar', 'NOCACHE') |
|
81 | print vars(repo).get('testcachedfoobar', 'NOCACHE') | |
80 | print 'cached value ("visible" view):', |
|
82 | print 'cached value ("visible" view):', | |
81 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') |
|
83 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') | |
82 |
|
84 | |||
83 | print '' |
|
85 | print '' | |
84 | print '= second access on "visible view", should not do call' |
|
86 | print '= second access on "visible view", should not do call' | |
85 | print 'access:', visibleview.testcachedfoobar |
|
87 | print 'access:', visibleview.testcachedfoobar | |
86 | print 'calllog:', calllog |
|
88 | print 'calllog:', calllog | |
87 | print 'cached value (unfiltered):', |
|
89 | print 'cached value (unfiltered):', | |
88 | print vars(repo).get('testcachedfoobar', 'NOCACHE') |
|
90 | print vars(repo).get('testcachedfoobar', 'NOCACHE') | |
89 | print 'cached value ("visible" view):', |
|
91 | print 'cached value ("visible" view):', | |
90 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') |
|
92 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') | |
91 |
|
93 | |||
92 | print '' |
|
94 | print '' | |
93 | print '= no effect on other view' |
|
95 | print '= no effect on other view' | |
94 | immutableview = repo.filtered('immutable') |
|
96 | immutableview = repo.filtered('immutable') | |
95 | print 'cached value ("immutable" view):', |
|
97 | print 'cached value ("immutable" view):', | |
96 | print vars(immutableview).get('testcachedfoobar', 'NOCACHE') |
|
98 | print vars(immutableview).get('testcachedfoobar', 'NOCACHE') | |
97 | print 'access:', immutableview.testcachedfoobar |
|
99 | print 'access:', immutableview.testcachedfoobar | |
98 | print 'calllog:', calllog |
|
100 | print 'calllog:', calllog | |
99 | print 'cached value (unfiltered):', |
|
101 | print 'cached value (unfiltered):', | |
100 | print vars(repo).get('testcachedfoobar', 'NOCACHE') |
|
102 | print vars(repo).get('testcachedfoobar', 'NOCACHE') | |
101 | print 'cached value ("visible" view):', |
|
103 | print 'cached value ("visible" view):', | |
102 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') |
|
104 | print vars(visibleview).get('testcachedfoobar', 'NOCACHE') | |
103 | print 'cached value ("immutable" view):', |
|
105 | print 'cached value ("immutable" view):', | |
104 | print vars(immutableview).get('testcachedfoobar', 'NOCACHE') |
|
106 | print vars(immutableview).get('testcachedfoobar', 'NOCACHE') | |
105 |
|
107 | |||
106 | # unfiltered property cache test |
|
108 | # unfiltered property cache test | |
107 | print '' |
|
109 | print '' | |
108 | print '' |
|
110 | print '' | |
109 | print '=== unfiltered property cache ===' |
|
111 | print '=== unfiltered property cache ===' | |
110 | print '' |
|
112 | print '' | |
111 | print 'unficalllog:', unficalllog |
|
113 | print 'unficalllog:', unficalllog | |
112 | print 'cached value (unfiltered): ', |
|
114 | print 'cached value (unfiltered): ', | |
113 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
115 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
114 | print 'cached value ("visible" view): ', |
|
116 | print 'cached value ("visible" view): ', | |
115 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') |
|
117 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') | |
116 | print 'cached value ("immutable" view):', |
|
118 | print 'cached value ("immutable" view):', | |
117 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') |
|
119 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') | |
118 |
|
120 | |||
119 | print '' |
|
121 | print '' | |
120 | print '= first access on unfiltered, should do a call' |
|
122 | print '= first access on unfiltered, should do a call' | |
121 | print 'access (unfiltered):', repo.testcachedunfifoobar |
|
123 | print 'access (unfiltered):', repo.testcachedunfifoobar | |
122 | print 'unficalllog:', unficalllog |
|
124 | print 'unficalllog:', unficalllog | |
123 | print 'cached value (unfiltered): ', |
|
125 | print 'cached value (unfiltered): ', | |
124 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
126 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
125 |
|
127 | |||
126 | print '' |
|
128 | print '' | |
127 | print '= second access on unfiltered, should not do call' |
|
129 | print '= second access on unfiltered, should not do call' | |
128 | print 'access (unfiltered):', repo.testcachedunfifoobar |
|
130 | print 'access (unfiltered):', repo.testcachedunfifoobar | |
129 | print 'unficalllog:', unficalllog |
|
131 | print 'unficalllog:', unficalllog | |
130 | print 'cached value (unfiltered): ', |
|
132 | print 'cached value (unfiltered): ', | |
131 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
133 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
132 |
|
134 | |||
133 | print '' |
|
135 | print '' | |
134 | print '= access on view should use the unfiltered cache' |
|
136 | print '= access on view should use the unfiltered cache' | |
135 | print 'access (unfiltered): ', repo.testcachedunfifoobar |
|
137 | print 'access (unfiltered): ', repo.testcachedunfifoobar | |
136 | print 'access ("visible" view): ', visibleview.testcachedunfifoobar |
|
138 | print 'access ("visible" view): ', visibleview.testcachedunfifoobar | |
137 | print 'access ("immutable" view):', immutableview.testcachedunfifoobar |
|
139 | print 'access ("immutable" view):', immutableview.testcachedunfifoobar | |
138 | print 'unficalllog:', unficalllog |
|
140 | print 'unficalllog:', unficalllog | |
139 | print 'cached value (unfiltered): ', |
|
141 | print 'cached value (unfiltered): ', | |
140 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
142 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
141 | print 'cached value ("visible" view): ', |
|
143 | print 'cached value ("visible" view): ', | |
142 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') |
|
144 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') | |
143 | print 'cached value ("immutable" view):', |
|
145 | print 'cached value ("immutable" view):', | |
144 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') |
|
146 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') | |
145 |
|
147 | |||
146 | print '' |
|
148 | print '' | |
147 | print '= even if we clear the unfiltered cache' |
|
149 | print '= even if we clear the unfiltered cache' | |
148 | del repo.__dict__['testcachedunfifoobar'] |
|
150 | del repo.__dict__['testcachedunfifoobar'] | |
149 | print 'cached value (unfiltered): ', |
|
151 | print 'cached value (unfiltered): ', | |
150 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
152 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
151 | print 'cached value ("visible" view): ', |
|
153 | print 'cached value ("visible" view): ', | |
152 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') |
|
154 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') | |
153 | print 'cached value ("immutable" view):', |
|
155 | print 'cached value ("immutable" view):', | |
154 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') |
|
156 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') | |
155 | print 'unficalllog:', unficalllog |
|
157 | print 'unficalllog:', unficalllog | |
156 | print 'access ("visible" view): ', visibleview.testcachedunfifoobar |
|
158 | print 'access ("visible" view): ', visibleview.testcachedunfifoobar | |
157 | print 'unficalllog:', unficalllog |
|
159 | print 'unficalllog:', unficalllog | |
158 | print 'cached value (unfiltered): ', |
|
160 | print 'cached value (unfiltered): ', | |
159 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
161 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
160 | print 'cached value ("visible" view): ', |
|
162 | print 'cached value ("visible" view): ', | |
161 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') |
|
163 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') | |
162 | print 'cached value ("immutable" view):', |
|
164 | print 'cached value ("immutable" view):', | |
163 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') |
|
165 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') | |
164 | print 'access ("immutable" view):', immutableview.testcachedunfifoobar |
|
166 | print 'access ("immutable" view):', immutableview.testcachedunfifoobar | |
165 | print 'unficalllog:', unficalllog |
|
167 | print 'unficalllog:', unficalllog | |
166 | print 'cached value (unfiltered): ', |
|
168 | print 'cached value (unfiltered): ', | |
167 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
169 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
168 | print 'cached value ("visible" view): ', |
|
170 | print 'cached value ("visible" view): ', | |
169 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') |
|
171 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') | |
170 | print 'cached value ("immutable" view):', |
|
172 | print 'cached value ("immutable" view):', | |
171 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') |
|
173 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') | |
172 | print 'access (unfiltered): ', repo.testcachedunfifoobar |
|
174 | print 'access (unfiltered): ', repo.testcachedunfifoobar | |
173 | print 'unficalllog:', unficalllog |
|
175 | print 'unficalllog:', unficalllog | |
174 | print 'cached value (unfiltered): ', |
|
176 | print 'cached value (unfiltered): ', | |
175 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') |
|
177 | print vars(repo).get('testcachedunfifoobar', 'NOCACHE') | |
176 | print 'cached value ("visible" view): ', |
|
178 | print 'cached value ("visible" view): ', | |
177 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') |
|
179 | print vars(visibleview).get('testcachedunfifoobar', 'NOCACHE') | |
178 | print 'cached value ("immutable" view):', |
|
180 | print 'cached value ("immutable" view):', | |
179 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') |
|
181 | print vars(immutableview).get('testcachedunfifoobar', 'NOCACHE') |
General Comments 0
You need to be logged in to leave comments.
Login now