# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1470249288 -19800 # Node ID 996cc60da32ccee97dfb0178f4cf6afd576ba495 # Parent 52ff07e1de9150a8cec8e6cbe02125fb67978b8d py3: update test-check-py3-compat.t output The lower part of test-check-py3-compat.t runs only on py3 and hence its remain unchanged. Hence this patch updates the output so that change in output in the next patches will be only related to the change in the patch. diff -r 52ff07e1de91 -r 996cc60da32c tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Tue Aug 02 16:51:27 2016 +0200 +++ b/tests/test-check-py3-compat.t Thu Aug 04 00:04:48 2016 +0530 @@ -136,8 +136,9 @@ mercurial/patch.py: error importing: '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob) mercurial/pathutil.py: error importing: '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob) mercurial/peer.py: error importing: '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob) - mercurial/pure/mpatch.py: error importing module: 'VendorImporter' object has no attribute 'find_spec' (line *) (glob) - mercurial/pure/parsers.py: error importing module: 'VendorImporter' object has no attribute 'find_spec' (line *) (glob) + mercurial/pure/mpatch.py: error importing module: cannot import name 'pycompat' (line *) (glob) + mercurial/pure/osutil.py: error importing module: cannot import name 'policy' (line *) (glob) + mercurial/pure/parsers.py: error importing module: No module named 'mercurial.pure.node' (line *) (glob) mercurial/pushkey.py: error importing: '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob) mercurial/pvec.py: error importing: '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob) mercurial/registrar.py: error importing: '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob)