# HG changeset patch # User Pulkit Goyal # Date 1539395271 -10800 # Node ID 63245ad598afc4dd586396bc2b1e9cdd88a51b94 # Parent cabf09dbc6e0f2928404e2eb41c6f72281cd9741 py3: add some py3 specific output to test This makes the test work on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5035 diff -r cabf09dbc6e0 -r 63245ad598af contrib/python3-whitelist --- a/contrib/python3-whitelist Sat Oct 13 04:42:14 2018 +0300 +++ b/contrib/python3-whitelist Sat Oct 13 04:47:51 2018 +0300 @@ -193,6 +193,7 @@ test-generaldelta.t test-getbundle.t test-git-export.t +test-globalopts.t test-glog-beautifygraph.t test-glog-topological.t test-glog.t diff -r cabf09dbc6e0 -r 63245ad598af tests/test-globalopts.t --- a/tests/test-globalopts.t Sat Oct 13 04:42:14 2018 +0300 +++ b/tests/test-globalopts.t Sat Oct 13 04:47:51 2018 +0300 @@ -267,6 +267,7 @@ #if no-chg $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback' Traceback (most recent call last): + Traceback (most recent call last): (py3k !) #else Traceback for '--config' errors not supported with chg. $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'