# HG changeset patch # User Pulkit Goyal # Date 2018-09-20 14:16:16 # Node ID 5495ceab56377bd898bd0e685e2ab1b50c17ce6d # Parent 4bd6e444c76fb3064a0106cabe5620d9132f0c3a py3: use print as a function in tests/test-subrepo-svn.t Differential Revision: https://phab.mercurial-scm.org/D4670 diff --git a/tests/test-subrepo-svn.t b/tests/test-subrepo-svn.t --- a/tests/test-subrepo-svn.t +++ b/tests/test-subrepo-svn.t @@ -247,7 +247,7 @@ debugsub in clone verify subrepo is contained within the repo directory - $ "$PYTHON" -c "import os.path; print os.path.exists('s')" + $ "$PYTHON" -c "from __future__ import print_function; import os.path; print(os.path.exists('s'))" True update to nullrev (must delete the subrepo)