# HG changeset patch # User timeless # Date 1459204223 0 # Node ID e78613c13f1de3d170e2bdde8948d40515ec0a8c # Parent ca489611001189d7bd4523694c8941438323ac17 py3: glob line numbers in test-check-py3-compat diff -r ca4896110011 -r e78613c13f1d tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Tue Mar 29 10:21:05 2016 -0700 +++ b/tests/test-check-py3-compat.t Mon Mar 28 22:30:23 2016 +0000 @@ -123,155 +123,155 @@ contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (, line *) (glob) contrib/import-checker.py: invalid syntax: Missing parentheses in call to 'print' (, line *) (glob) doc/hgmanpage.py: invalid syntax: invalid syntax (, line *) (glob) - hgext/acl.py: error importing: No module named 'cStringIO' (error at parsers.py:10) + hgext/acl.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) hgext/automv.py: error importing module: invalid syntax (commands.py, line *) (line *) (glob) - hgext/blackbox.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/bugzilla.py: error importing module: No module named 'urlparse' (line 284) - hgext/censor.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/chgserver.py: error importing module: No module named 'SocketServer' (line 43) - hgext/children.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/churn.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/clonebundles.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) + hgext/blackbox.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/bugzilla.py: error importing module: No module named 'urlparse' (line *) (glob) + hgext/censor.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/chgserver.py: error importing module: No module named 'SocketServer' (line *) (glob) + hgext/children.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/churn.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/clonebundles.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) hgext/color.py: invalid syntax: invalid syntax (, line *) (glob) - hgext/convert/bzr.py: error importing module: Parent module 'hgext.convert' not loaded, cannot perform relative import (line 18) - hgext/convert/common.py: error importing module: No module named 'cPickle' (line 10) - hgext/convert/convcmd.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/convert/cvs.py: error importing module: No module named 'cStringIO' (line 9) - hgext/convert/cvsps.py: error importing module: No module named 'cPickle' (line 9) - hgext/convert/darcs.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/convert/filemap.py: error importing module: Parent module 'hgext.convert' not loaded, cannot perform relative import (line 14) - hgext/convert/git.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/convert/gnuarch.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/convert/hg.py: error importing module: No module named 'cStringIO' (line 21) - hgext/convert/monotone.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/convert/p4.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/convert/subversion.py: error importing module: No module named 'cPickle' (line 6) - hgext/convert/transport.py: error importing module: No module named 'svn.client' (line 21) - hgext/eol.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/extdiff.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/factotum.py: error importing: No module named 'cStringIO' (error at url.py:13) + hgext/convert/bzr.py: error importing module: Parent module 'hgext.convert' not loaded, cannot perform relative import (line *) (glob) + hgext/convert/common.py: error importing module: No module named 'cPickle' (line *) (glob) + hgext/convert/convcmd.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/convert/cvs.py: error importing module: No module named 'cStringIO' (line *) (glob) + hgext/convert/cvsps.py: error importing module: No module named 'cPickle' (line *) (glob) + hgext/convert/darcs.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/convert/filemap.py: error importing module: Parent module 'hgext.convert' not loaded, cannot perform relative import (line *) (glob) + hgext/convert/git.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/convert/gnuarch.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/convert/hg.py: error importing module: No module named 'cStringIO' (line *) (glob) + hgext/convert/monotone.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/convert/p*.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/convert/subversion.py: error importing module: No module named 'cPickle' (line *) (glob) + hgext/convert/transport.py: error importing module: No module named 'svn.client' (line *) (glob) + hgext/eol.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/extdiff.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/factotum.py: error importing: No module named 'cStringIO' (error at url.py:*) (glob) hgext/fetch.py: error importing module: invalid syntax (commands.py, line *) (line *) (glob) - hgext/fsmonitor/state.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/fsmonitor/watchmanclient.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/gpg.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/graphlog.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/hgcia.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/hgk.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/highlight/highlight.py: error importing: No module named 'cStringIO' (error at parsers.py:10) + hgext/fsmonitor/state.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/fsmonitor/watchmanclient.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/gpg.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/graphlog.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/hgcia.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/hgk.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/highlight/highlight.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) hgext/histedit.py: error importing module: invalid syntax (bundle*.py, line *) (line *) (glob) - hgext/keyword.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/largefiles/basestore.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/largefiles/lfcommands.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/largefiles/lfutil.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/largefiles/localstore.py: error importing module: No module named 'lfutil' (line 13) - hgext/largefiles/overrides.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/largefiles/proto.py: error importing module: No module named 'urllib2' (line 7) - hgext/largefiles/remotestore.py: error importing module: No module named 'urllib2' (line 9) - hgext/largefiles/reposetup.py: error importing: No module named 'cStringIO' (error at parsers.py:10) + hgext/keyword.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/largefiles/basestore.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/largefiles/lfcommands.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/largefiles/lfutil.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/largefiles/localstore.py: error importing module: No module named 'lfutil' (line *) (glob) + hgext/largefiles/overrides.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/largefiles/proto.py: error importing module: No module named 'urllib2' (line *) (glob) + hgext/largefiles/remotestore.py: error importing module: No module named 'urllib2' (line *) (glob) + hgext/largefiles/reposetup.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) hgext/largefiles/uisetup.py: error importing module: invalid syntax (archival.py, line *) (line *) (glob) - hgext/largefiles/wirestore.py: error importing module: No module named 'lfutil' (line 8) - hgext/mq.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/notify.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/pager.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/patchbomb.py: error importing module: No module named 'cStringIO' (line 68) - hgext/purge.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/rebase.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - hgext/record.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/relink.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/schemes.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - hgext/share.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) + hgext/largefiles/wirestore.py: error importing module: No module named 'lfutil' (line *) (glob) + hgext/mq.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/notify.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/pager.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/patchbomb.py: error importing module: No module named 'cStringIO' (line *) (glob) + hgext/purge.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/rebase.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + hgext/record.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/relink.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/schemes.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + hgext/share.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) hgext/shelve.py: error importing module: invalid syntax (bundle*.py, line *) (line *) (glob) - hgext/strip.py: error importing: No module named 'cStringIO' (error at parsers.py:10) + hgext/strip.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) hgext/transplant.py: error importing: invalid syntax (bundle*.py, line *) (error at bundlerepo.py:*) (glob) - hgext/win32text.py: error importing: No module named 'cStringIO' (error at parsers.py:10) + hgext/win*text.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) mercurial/archival.py: invalid syntax: invalid syntax (, line *) (glob) - mercurial/bookmarks.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/branchmap.py: error importing: No module named 'Queue' (error at scmutil.py:10) + mercurial/bookmarks.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/branchmap.py: error importing: No module named 'Queue' (error at scmutil.py:*) (glob) mercurial/bundle*.py: invalid syntax: invalid syntax (, line *) (glob) mercurial/bundlerepo.py: error importing module: invalid syntax (bundle*.py, line *) (line *) (glob) - mercurial/byterange.py: error importing module: No module named 'urllib2' (line 30) - mercurial/changegroup.py: error importing: No module named 'Queue' (error at scmutil.py:10) - mercurial/changelog.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/cmdutil.py: error importing module: No module named 'cStringIO' (line 10) + mercurial/byterange.py: error importing module: No module named 'urllib2' (line *) (glob) + mercurial/changegroup.py: error importing: No module named 'Queue' (error at scmutil.py:*) (glob) + mercurial/changelog.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/cmdutil.py: error importing module: No module named 'cStringIO' (line *) (glob) mercurial/commands.py: invalid syntax: invalid syntax (, line *) (glob) - mercurial/commandserver.py: error importing module: No module named 'SocketServer' (line 10) - mercurial/config.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/context.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/copies.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/crecord.py: error importing module: No module named 'cStringIO' (line 13) - mercurial/destutil.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/dirstate.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/discovery.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/dispatch.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - mercurial/exchange.py: error importing module: No module named 'urllib2' (line 12) - mercurial/extensions.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - mercurial/filelog.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/filemerge.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/fileset.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/formatter.py: error importing module: No module named 'cPickle' (line 10) - mercurial/graphmod.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/help.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - mercurial/hg.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/hgweb/common.py: error importing module: No module named 'BaseHTTPServer' (line 11) - mercurial/hgweb/hgweb_mod.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 14) - mercurial/hgweb/hgwebdir_mod.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 15) - mercurial/hgweb/protocol.py: error importing module: No module named 'cStringIO' (line 10) - mercurial/hgweb/request.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 15) - mercurial/hgweb/server.py: error importing module: No module named 'BaseHTTPServer' (line 11) - mercurial/hgweb/webcommands.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 16) - mercurial/hgweb/webutil.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 16) - mercurial/hgweb/wsgicgi.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line 16) - mercurial/hook.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - mercurial/httpclient/_readers.py: error importing module: No module named 'httplib' (line 36) - mercurial/httpconnection.py: error importing module: No module named 'urllib2' (line 17) - mercurial/httppeer.py: error importing module: No module named 'httplib' (line 12) - mercurial/keepalive.py: error importing module: No module named 'httplib' (line 113) - mercurial/localrepo.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/lock.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/mail.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/manifest.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/match.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/mdiff.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/merge.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/minirst.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/namespaces.py: error importing: No module named 'cStringIO' (error at patch.py:11) - mercurial/obsolete.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/patch.py: error importing module: No module named 'cStringIO' (line 11) - mercurial/pathutil.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/peer.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/pure/mpatch.py: error importing module: No module named 'cStringIO' (line 10) - mercurial/pure/parsers.py: error importing module: No module named 'cStringIO' (line 10) - mercurial/pushkey.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/pvec.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/registrar.py: error importing: No module named 'cStringIO' (error at parsers.py:10) + mercurial/commandserver.py: error importing module: No module named 'SocketServer' (line *) (glob) + mercurial/config.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/context.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/copies.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/crecord.py: error importing module: No module named 'cStringIO' (line *) (glob) + mercurial/destutil.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/dirstate.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/discovery.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/dispatch.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + mercurial/exchange.py: error importing module: No module named 'urllib2' (line *) (glob) + mercurial/extensions.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + mercurial/filelog.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/filemerge.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/fileset.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/formatter.py: error importing module: No module named 'cPickle' (line *) (glob) + mercurial/graphmod.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/help.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + mercurial/hg.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/hgweb/common.py: error importing module: No module named 'BaseHTTPServer' (line *) (glob) + mercurial/hgweb/hgweb_mod.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) + mercurial/hgweb/hgwebdir_mod.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) + mercurial/hgweb/protocol.py: error importing module: No module named 'cStringIO' (line *) (glob) + mercurial/hgweb/request.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) + mercurial/hgweb/server.py: error importing module: No module named 'BaseHTTPServer' (line *) (glob) + mercurial/hgweb/webcommands.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) + mercurial/hgweb/webutil.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) + mercurial/hgweb/wsgicgi.py: error importing module: Parent module 'mercurial.hgweb' not loaded, cannot perform relative import (line *) (glob) + mercurial/hook.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + mercurial/httpclient/_readers.py: error importing module: No module named 'httplib' (line *) (glob) + mercurial/httpconnection.py: error importing module: No module named 'urllib2' (line *) (glob) + mercurial/httppeer.py: error importing module: No module named 'httplib' (line *) (glob) + mercurial/keepalive.py: error importing module: No module named 'httplib' (line *) (glob) + mercurial/localrepo.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/lock.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/mail.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/manifest.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/match.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/mdiff.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/merge.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/minirst.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/namespaces.py: error importing: No module named 'cStringIO' (error at patch.py:*) (glob) + mercurial/obsolete.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/patch.py: error importing module: No module named 'cStringIO' (line *) (glob) + mercurial/pathutil.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/peer.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/pure/mpatch.py: error importing module: No module named 'cStringIO' (line *) (glob) + mercurial/pure/parsers.py: error importing module: No module named 'cStringIO' (line *) (glob) + mercurial/pushkey.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/pvec.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/registrar.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) mercurial/repair.py: error importing module: invalid syntax (bundle*.py, line *) (line *) (glob) - mercurial/repoview.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/revlog.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/revset.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/scmutil.py: error importing module: No module named 'Queue' (line 10) - mercurial/scmwindows.py: error importing module: No module named '_winreg' (line 3) - mercurial/similar.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/simplemerge.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/sshpeer.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/sshserver.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - mercurial/sslutil.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/statichttprepo.py: error importing module: No module named 'urllib2' (line 15) - mercurial/store.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/streamclone.py: error importing: No module named 'Queue' (error at scmutil.py:10) - mercurial/subrepo.py: error importing: No module named 'cStringIO' (error at cmdutil.py:10) - mercurial/tagmerge.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/tags.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/templatefilters.py: error importing: No module named 'cStringIO' (error at patch.py:11) - mercurial/templatekw.py: error importing: No module named 'cStringIO' (error at patch.py:11) - mercurial/templater.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/transaction.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/ui.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/unionrepo.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/url.py: error importing module: No module named 'cStringIO' (line 13) - mercurial/util.py: error importing: No module named 'cStringIO' (error at parsers.py:10) - mercurial/verify.py: error importing: No module named 'cStringIO' (error at mpatch.py:10) - mercurial/win32.py: error importing module: No module named 'msvcrt' (line 12) - mercurial/windows.py: error importing module: No module named '_winreg' (line 10) + mercurial/repoview.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/revlog.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/revset.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/scmutil.py: error importing module: No module named 'Queue' (line *) (glob) + mercurial/scmwindows.py: error importing module: No module named '_winreg' (line *) (glob) + mercurial/similar.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/simplemerge.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/sshpeer.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/sshserver.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + mercurial/sslutil.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/statichttprepo.py: error importing module: No module named 'urllib2' (line *) (glob) + mercurial/store.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/streamclone.py: error importing: No module named 'Queue' (error at scmutil.py:*) (glob) + mercurial/subrepo.py: error importing: No module named 'cStringIO' (error at cmdutil.py:*) (glob) + mercurial/tagmerge.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/tags.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/templatefilters.py: error importing: No module named 'cStringIO' (error at patch.py:*) (glob) + mercurial/templatekw.py: error importing: No module named 'cStringIO' (error at patch.py:*) (glob) + mercurial/templater.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/transaction.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/ui.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/unionrepo.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/url.py: error importing module: No module named 'cStringIO' (line *) (glob) + mercurial/util.py: error importing: No module named 'cStringIO' (error at parsers.py:*) (glob) + mercurial/verify.py: error importing: No module named 'cStringIO' (error at mpatch.py:*) (glob) + mercurial/win*.py: error importing module: No module named 'msvcrt' (line *) (glob) + mercurial/windows.py: error importing module: No module named '_winreg' (line *) (glob) mercurial/wireproto.py: error importing module: invalid syntax (bundle*.py, line *) (line *) (glob) tests/filterpyflakes.py: invalid syntax: Missing parentheses in call to 'print' (, line *) (glob) tests/generate-working-copy-states.py: invalid syntax: Missing parentheses in call to 'print' (, line *) (glob)