Show More
@@ -14,13 +14,13 b' hex = binascii.hexlify' | |||||
14 | bin = binascii.unhexlify |
|
14 | bin = binascii.unhexlify | |
15 |
|
15 | |||
16 | nullrev = -1 |
|
16 | nullrev = -1 | |
17 | nullid = "\0" * 20 |
|
17 | nullid = b"\0" * 20 | |
18 | nullhex = hex(nullid) |
|
18 | nullhex = hex(nullid) | |
19 |
|
19 | |||
20 | # pseudo identifiers for working directory |
|
20 | # pseudo identifiers for working directory | |
21 | # (they are experimental, so don't add too many dependencies on them) |
|
21 | # (they are experimental, so don't add too many dependencies on them) | |
22 | wdirrev = 0x7fffffff |
|
22 | wdirrev = 0x7fffffff | |
23 | wdirid = "\xff" * 20 |
|
23 | wdirid = b"\xff" * 20 | |
24 |
|
24 | |||
25 | def short(node): |
|
25 | def short(node): | |
26 | return hex(node[:6]) |
|
26 | return hex(node[:6]) |
@@ -127,9 +127,9 b'' | |||||
127 | doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line 286) |
|
127 | doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line 286) | |
128 | hgext/acl.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
128 | hgext/acl.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
129 | hgext/automv.py: error importing module: <SyntaxError> invalid syntax (commands.py, line 3324) (line 29) |
|
129 | hgext/automv.py: error importing module: <SyntaxError> invalid syntax (commands.py, line 3324) (line 29) | |
130 |
hgext/blackbox.py: error importing: < |
|
130 | hgext/blackbox.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
131 | hgext/bugzilla.py: error importing module: <ImportError> No module named 'urlparse' (line 284) |
|
131 | hgext/bugzilla.py: error importing module: <ImportError> No module named 'urlparse' (line 284) | |
132 |
hgext/censor.py: error importing: < |
|
132 | hgext/censor.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
133 | hgext/chgserver.py: error importing module: <ImportError> No module named 'SocketServer' (line 43) |
|
133 | hgext/chgserver.py: error importing module: <ImportError> No module named 'SocketServer' (line 43) | |
134 | hgext/children.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
134 | hgext/children.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
135 | hgext/churn.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
135 | hgext/churn.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
@@ -137,7 +137,7 b'' | |||||
137 | hgext/color.py: invalid syntax: invalid syntax (<unknown>, line 551) |
|
137 | hgext/color.py: invalid syntax: invalid syntax (<unknown>, line 551) | |
138 | hgext/convert/bzr.py: error importing module: <SystemError> Parent module 'hgext.convert' not loaded, cannot perform relative import (line 18) |
|
138 | hgext/convert/bzr.py: error importing module: <SystemError> Parent module 'hgext.convert' not loaded, cannot perform relative import (line 18) | |
139 | hgext/convert/common.py: error importing module: <ImportError> No module named 'cPickle' (line 10) |
|
139 | hgext/convert/common.py: error importing module: <ImportError> No module named 'cPickle' (line 10) | |
140 |
hgext/convert/convcmd.py: error importing: < |
|
140 | hgext/convert/convcmd.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
141 | hgext/convert/cvs.py: error importing module: <ImportError> No module named 'cStringIO' (line 9) |
|
141 | hgext/convert/cvs.py: error importing module: <ImportError> No module named 'cStringIO' (line 9) | |
142 | hgext/convert/cvsps.py: error importing module: <ImportError> No module named 'cPickle' (line 9) |
|
142 | hgext/convert/cvsps.py: error importing module: <ImportError> No module named 'cPickle' (line 9) | |
143 | hgext/convert/darcs.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
143 | hgext/convert/darcs.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
@@ -150,73 +150,70 b'' | |||||
150 | hgext/convert/subversion.py: error importing module: <ImportError> No module named 'cPickle' (line 6) |
|
150 | hgext/convert/subversion.py: error importing module: <ImportError> No module named 'cPickle' (line 6) | |
151 | hgext/convert/transport.py: error importing module: <ImportError> No module named 'svn.client' (line 21) |
|
151 | hgext/convert/transport.py: error importing module: <ImportError> No module named 'svn.client' (line 21) | |
152 | hgext/eol.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
152 | hgext/eol.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
153 |
hgext/extdiff.py: error importing: < |
|
153 | hgext/extdiff.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
154 | hgext/factotum.py: error importing: <ImportError> No module named 'cStringIO' (error at url.py:13) |
|
154 | hgext/factotum.py: error importing: <ImportError> No module named 'cStringIO' (error at url.py:13) | |
155 | hgext/fetch.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
155 | hgext/fetch.py: error importing module: <SyntaxError> invalid syntax (commands.py, line 3324) (line 12) | |
156 | hgext/fsmonitor/state.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
156 | hgext/fsmonitor/state.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
157 | hgext/fsmonitor/watchmanclient.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
157 | hgext/fsmonitor/watchmanclient.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
158 | hgext/gpg.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
158 | hgext/gpg.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
159 | hgext/graphlog.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
159 | hgext/graphlog.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
160 |
hgext/hgcia.py: error importing: < |
|
160 | hgext/hgcia.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
161 | hgext/hgk.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
161 | hgext/hgk.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
162 | hgext/highlight/highlight.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
162 | hgext/highlight/highlight.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
163 | hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line 977) (line 177) |
|
163 | hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line 977) (line 177) | |
164 | hgext/keyword.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
164 | hgext/keyword.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
165 | hgext/largefiles/basestore.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
165 | hgext/largefiles/basestore.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
166 | hgext/largefiles/lfcommands.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
166 | hgext/largefiles/lfcommands.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
167 |
hgext/largefiles/lfutil.py: error importing: < |
|
167 | hgext/largefiles/lfutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
168 | hgext/largefiles/localstore.py: error importing module: <ImportError> No module named 'lfutil' (line 13) |
|
168 | hgext/largefiles/localstore.py: error importing module: <ImportError> No module named 'lfutil' (line 13) | |
169 |
hgext/largefiles/overrides.py: error importing: < |
|
169 | hgext/largefiles/overrides.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
170 | hgext/largefiles/proto.py: error importing module: <ImportError> No module named 'urllib2' (line 7) |
|
170 | hgext/largefiles/proto.py: error importing module: <ImportError> No module named 'urllib2' (line 7) | |
171 | hgext/largefiles/remotestore.py: error importing module: <ImportError> No module named 'urllib2' (line 9) |
|
171 | hgext/largefiles/remotestore.py: error importing module: <ImportError> No module named 'urllib2' (line 9) | |
172 | hgext/largefiles/reposetup.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
172 | hgext/largefiles/reposetup.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
173 | hgext/largefiles/uisetup.py: error importing module: <SyntaxError> invalid syntax (archival.py, line 234) (line 11) |
|
173 | hgext/largefiles/uisetup.py: error importing module: <SyntaxError> invalid syntax (archival.py, line 234) (line 11) | |
174 | hgext/largefiles/wirestore.py: error importing module: <ImportError> No module named 'lfutil' (line 8) |
|
174 | hgext/largefiles/wirestore.py: error importing module: <ImportError> No module named 'lfutil' (line 8) | |
175 |
hgext/mq.py: error importing: < |
|
175 | hgext/mq.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
176 | hgext/notify.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
176 | hgext/notify.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
177 | hgext/pager.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
177 | hgext/pager.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
178 | hgext/patchbomb.py: error importing module: <ImportError> No module named 'cStringIO' (line 68) |
|
178 | hgext/patchbomb.py: error importing module: <ImportError> No module named 'cStringIO' (line 68) | |
179 | hgext/purge.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
179 | hgext/purge.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
180 |
hgext/rebase.py: error importing: < |
|
180 | hgext/rebase.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
181 | hgext/record.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
181 | hgext/record.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
182 | hgext/relink.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
182 | hgext/relink.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
183 | hgext/schemes.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
183 | hgext/schemes.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
184 | hgext/share.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
184 | hgext/share.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
185 | hgext/shelve.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line 977) (line 28) |
|
185 | hgext/shelve.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line 977) (line 28) | |
186 |
hgext/strip.py: error importing: < |
|
186 | hgext/strip.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
187 |
hgext/transplant.py: error importing: < |
|
187 | hgext/transplant.py: error importing: <SyntaxError> invalid syntax (bundle2.py, line 977) (error at bundlerepo.py:23) | |
188 |
hgext/win32text.py: error importing: < |
|
188 | hgext/win32text.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
189 | mercurial/ancestor.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
|||
190 | mercurial/archival.py: invalid syntax: invalid syntax (<unknown>, line 234) |
|
189 | mercurial/archival.py: invalid syntax: invalid syntax (<unknown>, line 234) | |
191 |
mercurial/bookmarks.py: error importing: < |
|
190 | mercurial/bookmarks.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
192 |
mercurial/branchmap.py: error importing: < |
|
191 | mercurial/branchmap.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:10) | |
193 | mercurial/bundle2.py: invalid syntax: invalid syntax (<unknown>, line 977) |
|
192 | mercurial/bundle2.py: invalid syntax: invalid syntax (<unknown>, line 977) | |
194 | mercurial/bundlerepo.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
193 | mercurial/bundlerepo.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line 977) (line 23) | |
195 | mercurial/byterange.py: error importing module: <ImportError> No module named 'urllib2' (line 30) |
|
194 | mercurial/byterange.py: error importing module: <ImportError> No module named 'urllib2' (line 30) | |
196 |
mercurial/changegroup.py: error importing: < |
|
195 | mercurial/changegroup.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:10) | |
197 |
mercurial/changelog.py: error importing: < |
|
196 | mercurial/changelog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
198 | mercurial/cmdutil.py: error importing module: <ImportError> No module named 'cStringIO' (line 10) |
|
197 | mercurial/cmdutil.py: error importing module: <ImportError> No module named 'cStringIO' (line 10) | |
199 | mercurial/commands.py: invalid syntax: invalid syntax (<unknown>, line 3324) |
|
198 | mercurial/commands.py: invalid syntax: invalid syntax (<unknown>, line 3324) | |
200 | mercurial/commandserver.py: error importing module: <ImportError> No module named 'SocketServer' (line 10) |
|
199 | mercurial/commandserver.py: error importing module: <ImportError> No module named 'SocketServer' (line 10) | |
201 | mercurial/config.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
200 | mercurial/config.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
202 |
mercurial/context.py: error importing: < |
|
201 | mercurial/context.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
203 |
mercurial/copies.py: error importing: < |
|
202 | mercurial/copies.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
204 | mercurial/crecord.py: error importing module: <ImportError> No module named 'cStringIO' (line 13) |
|
203 | mercurial/crecord.py: error importing module: <ImportError> No module named 'cStringIO' (line 13) | |
205 |
mercurial/d |
|
204 | mercurial/destutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
206 |
mercurial/d |
|
205 | mercurial/dirstate.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
207 |
mercurial/di |
|
206 | mercurial/discovery.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
208 | mercurial/discovery.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
|||
209 | mercurial/dispatch.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
207 | mercurial/dispatch.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
210 | mercurial/exchange.py: error importing module: <ImportError> No module named 'urllib2' (line 12) |
|
208 | mercurial/exchange.py: error importing module: <ImportError> No module named 'urllib2' (line 12) | |
211 | mercurial/extensions.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
209 | mercurial/extensions.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
212 | mercurial/filelog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) |
|
210 | mercurial/filelog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
213 |
mercurial/filemerge.py: error importing: < |
|
211 | mercurial/filemerge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
214 |
mercurial/fileset.py: error importing: < |
|
212 | mercurial/fileset.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
215 | mercurial/formatter.py: error importing module: <ImportError> No module named 'cPickle' (line 10) |
|
213 | mercurial/formatter.py: error importing module: <ImportError> No module named 'cPickle' (line 10) | |
216 |
mercurial/graphmod.py: error importing: < |
|
214 | mercurial/graphmod.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
217 | mercurial/hbisect.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
|||
218 | mercurial/help.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
215 | mercurial/help.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
219 |
mercurial/hg.py: error importing: < |
|
216 | mercurial/hg.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
220 | mercurial/hgweb/common.py: error importing module: <ImportError> No module named 'BaseHTTPServer' (line 11) |
|
217 | mercurial/hgweb/common.py: error importing module: <ImportError> No module named 'BaseHTTPServer' (line 11) | |
221 | mercurial/hgweb/hgweb_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 14) |
|
218 | mercurial/hgweb/hgweb_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 14) | |
222 | mercurial/hgweb/hgwebdir_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 15) |
|
219 | mercurial/hgweb/hgwebdir_mod.py: error importing module: <SystemError> Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 15) | |
@@ -231,33 +228,30 b'' | |||||
231 | mercurial/httpconnection.py: error importing module: <ImportError> No module named 'urllib2' (line 17) |
|
228 | mercurial/httpconnection.py: error importing module: <ImportError> No module named 'urllib2' (line 17) | |
232 | mercurial/httppeer.py: error importing module: <ImportError> No module named 'httplib' (line 12) |
|
229 | mercurial/httppeer.py: error importing module: <ImportError> No module named 'httplib' (line 12) | |
233 | mercurial/keepalive.py: error importing module: <ImportError> No module named 'httplib' (line 113) |
|
230 | mercurial/keepalive.py: error importing module: <ImportError> No module named 'httplib' (line 113) | |
234 |
mercurial/localrepo.py: error importing: < |
|
231 | mercurial/localrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
235 | mercurial/lock.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
232 | mercurial/lock.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
236 | mercurial/mail.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
233 | mercurial/mail.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
237 | mercurial/manifest.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) |
|
234 | mercurial/manifest.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
238 | mercurial/match.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
235 | mercurial/match.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
239 | mercurial/mdiff.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) |
|
236 | mercurial/mdiff.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
240 |
mercurial/merge.py: error importing: < |
|
237 | mercurial/merge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
241 | mercurial/minirst.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
238 | mercurial/minirst.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
242 |
mercurial/namespaces.py: error importing: < |
|
239 | mercurial/namespaces.py: error importing: <ImportError> No module named 'cStringIO' (error at patch.py:11) | |
243 | mercurial/node.py: error importing module: <TypeError> a bytes-like object is required, not 'str' (line 18) |
|
240 | mercurial/obsolete.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
244 | mercurial/obsolete.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
|||
245 | mercurial/patch.py: error importing module: <ImportError> No module named 'cStringIO' (line 11) |
|
241 | mercurial/patch.py: error importing module: <ImportError> No module named 'cStringIO' (line 11) | |
246 | mercurial/pathutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
242 | mercurial/pathutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
247 | mercurial/peer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
243 | mercurial/peer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
248 | mercurial/phases.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
|||
249 | mercurial/pure/mpatch.py: error importing module: <ImportError> No module named 'cStringIO' (line 10) |
|
244 | mercurial/pure/mpatch.py: error importing module: <ImportError> No module named 'cStringIO' (line 10) | |
250 | mercurial/pure/parsers.py: error importing module: <ImportError> No module named 'cStringIO' (line 10) |
|
245 | mercurial/pure/parsers.py: error importing module: <ImportError> No module named 'cStringIO' (line 10) | |
251 |
mercurial/pushkey.py: error importing: < |
|
246 | mercurial/pushkey.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
252 |
mercurial/pvec.py: error importing: < |
|
247 | mercurial/pvec.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
253 | mercurial/registrar.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
248 | mercurial/registrar.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
254 | mercurial/repair.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
249 | mercurial/repair.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line 977) (line 15) | |
255 |
mercurial/repoview.py: error importing: < |
|
250 | mercurial/repoview.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
256 |
mercurial/revlog.py: error importing: < |
|
251 | mercurial/revlog.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
257 |
mercurial/revset.py: error importing: < |
|
252 | mercurial/revset.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
258 | mercurial/scmutil.py: error importing module: <ImportError> No module named 'Queue' (line 10) |
|
253 | mercurial/scmutil.py: error importing module: <ImportError> No module named 'Queue' (line 10) | |
259 | mercurial/scmwindows.py: error importing module: <ImportError> No module named '_winreg' (line 3) |
|
254 | mercurial/scmwindows.py: error importing module: <ImportError> No module named '_winreg' (line 3) | |
260 | mercurial/setdiscovery.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
|||
261 | mercurial/similar.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) |
|
255 | mercurial/similar.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
262 | mercurial/simplemerge.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) |
|
256 | mercurial/simplemerge.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
263 | mercurial/sshpeer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
257 | mercurial/sshpeer.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
@@ -265,23 +259,22 b'' | |||||
265 | mercurial/sslutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
259 | mercurial/sslutil.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
266 | mercurial/statichttprepo.py: error importing module: <ImportError> No module named 'urllib2' (line 15) |
|
260 | mercurial/statichttprepo.py: error importing module: <ImportError> No module named 'urllib2' (line 15) | |
267 | mercurial/store.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
261 | mercurial/store.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
268 |
mercurial/streamclone.py: error importing: < |
|
262 | mercurial/streamclone.py: error importing: <ImportError> No module named 'Queue' (error at scmutil.py:10) | |
269 | mercurial/subrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) |
|
263 | mercurial/subrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at cmdutil.py:10) | |
270 |
mercurial/tagmerge.py: error importing: < |
|
264 | mercurial/tagmerge.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
271 |
mercurial/tags.py: error importing: < |
|
265 | mercurial/tags.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
272 |
mercurial/templatefilters.py: error importing: < |
|
266 | mercurial/templatefilters.py: error importing: <ImportError> No module named 'cStringIO' (error at patch.py:11) | |
273 |
mercurial/templatekw.py: error importing: < |
|
267 | mercurial/templatekw.py: error importing: <ImportError> No module named 'cStringIO' (error at patch.py:11) | |
274 | mercurial/templater.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
268 | mercurial/templater.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
275 | mercurial/transaction.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
269 | mercurial/transaction.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
276 |
mercurial/ |
|
270 | mercurial/ui.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
277 |
mercurial/ui.py: error importing: < |
|
271 | mercurial/unionrepo.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
278 | mercurial/unionrepo.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
|||
279 | mercurial/url.py: error importing module: <ImportError> No module named 'cStringIO' (line 13) |
|
272 | mercurial/url.py: error importing module: <ImportError> No module named 'cStringIO' (line 13) | |
280 | mercurial/util.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) |
|
273 | mercurial/util.py: error importing: <ImportError> No module named 'cStringIO' (error at parsers.py:10) | |
281 |
mercurial/verify.py: error importing: < |
|
274 | mercurial/verify.py: error importing: <ImportError> No module named 'cStringIO' (error at mpatch.py:10) | |
282 | mercurial/win32.py: error importing module: <ImportError> No module named 'msvcrt' (line 12) |
|
275 | mercurial/win32.py: error importing module: <ImportError> No module named 'msvcrt' (line 12) | |
283 | mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line 10) |
|
276 | mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line 10) | |
284 | mercurial/wireproto.py: error importing: <TypeError> a bytes-like object is required, not 'str' (error at node.py:18) |
|
277 | mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line 977) (line 22) | |
285 | tests/filterpyflakes.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line 61) |
|
278 | tests/filterpyflakes.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line 61) | |
286 | tests/generate-working-copy-states.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line 69) |
|
279 | tests/generate-working-copy-states.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line 69) | |
287 | tests/get-with-headers.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line 44) |
|
280 | tests/get-with-headers.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line 44) |
General Comments 0
You need to be logged in to leave comments.
Login now