diff tests/test-check-code.t @ 31448:6419cd243017

encoding: add converter between native str and byte string This kind of encoding conversion is unavoidable on Python 3.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 13 Mar 2017 09:12:56 -0700
parents 067add650129
children be8a866a2c44
line wrap: on
line diff
--- a/tests/test-check-code.t	Mon Mar 13 09:11:08 2017 -0700
+++ b/tests/test-check-code.t	Mon Mar 13 09:12:56 2017 -0700
@@ -22,7 +22,7 @@
   mercurial/encoding.py:61:
    >                    for k, v in os.environ.items())
    use encoding.environ instead (py3)
-  mercurial/encoding.py:211:
+  mercurial/encoding.py:221:
    >                    for k, v in os.environ.items())
    use encoding.environ instead (py3)
   Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)