# HG changeset patch # User Yuya Nishihara # Date 1478697351 -32400 # Node ID 776a6d29b2cc5db2d31eb748a12bc84403a1d706 # Parent 318a24b52eebd9e7739ae0595306aafd1624e81b py3: update test-check-py3-compat.t output 4b1af1c867fa (scmutil: move util.termwidth()) changed where the import fails. diff -r 318a24b52eeb -r 776a6d29b2cc tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Mon Oct 17 23:16:55 2016 +0200 +++ b/tests/test-check-py3-compat.t Wed Nov 09 22:15:51 2016 +0900 @@ -21,7 +21,7 @@ hgext/fsmonitor/pywatchman/pybser.py: error importing: No module named 'pybser' (error at __init__.py:*) hgext/fsmonitor/watchmanclient.py: error importing: No module named 'pybser' (error at __init__.py:*) hgext/mq.py: error importing: __import__() argument 1 must be str, not bytes (error at extensions.py:*) - mercurial/scmwindows.py: error importing: No module named 'winreg' (error at scmwindows.py:*) + mercurial/scmwindows.py: error importing: No module named 'msvcrt' (error at win32.py:*) mercurial/statprof.py: error importing: __slots__ items must be strings, not 'bytes' (error at statprof.py:*) mercurial/win32.py: error importing: No module named 'msvcrt' (error at win32.py:*) mercurial/windows.py: error importing: No module named 'msvcrt' (error at windows.py:*)