diff -r 6f447b9ec263 -r 31a6d5e14508 tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Tue Aug 30 09:22:53 2016 -0700 +++ b/tests/test-check-py3-compat.t Thu Sep 01 02:29:46 2016 +0530 @@ -26,7 +26,7 @@ hgext/children.py: error importing: str expected, not bytes (error at encoding.py:*) hgext/churn.py: error importing: str expected, not bytes (error at encoding.py:*) hgext/clonebundles.py: error importing: str expected, not bytes (error at encoding.py:*) - hgext/color.py: invalid syntax: invalid syntax (, line *) + hgext/color.py: error importing: str expected, not bytes (error at encoding.py:*) hgext/convert/bzr.py: error importing: str expected, not bytes (error at encoding.py:*) hgext/convert/common.py: error importing: str expected, not bytes (error at encoding.py:*) hgext/convert/convcmd.py: error importing: str expected, not bytes (error at encoding.py:*) @@ -79,7 +79,7 @@ hgext/transplant.py: error importing: str expected, not bytes (error at encoding.py:*) hgext/win32mbcs.py: error importing: str expected, not bytes (error at encoding.py:*) hgext/win32text.py: error importing: str expected, not bytes (error at encoding.py:*) - mercurial/archival.py: invalid syntax: invalid syntax (, line *) + mercurial/archival.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/bookmarks.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/branchmap.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/bundle2.py: error importing: str expected, not bytes (error at encoding.py:*) @@ -88,7 +88,7 @@ mercurial/changegroup.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/changelog.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/cmdutil.py: error importing: str expected, not bytes (error at encoding.py:*) - mercurial/commands.py: invalid syntax: invalid syntax (, line *) + mercurial/commands.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/commandserver.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/config.py: error importing: str expected, not bytes (error at encoding.py:*) mercurial/context.py: error importing: str expected, not bytes (error at encoding.py:*)