diff -r 0583d7f0fdff -r 9987d14ad63f tests/test-subrepo-svn.t --- a/tests/test-subrepo-svn.t Sun Feb 20 15:31:33 2022 -0700 +++ b/tests/test-subrepo-svn.t Sun Feb 20 15:35:09 2022 -0700 @@ -249,7 +249,7 @@ verify subrepo is contained within the repo directory - $ "$PYTHON" -c "from __future__ import print_function; import os.path; print(os.path.exists('s'))" + $ "$PYTHON" -c "import os.path; print(os.path.exists('s'))" True update to nullrev (must delete the subrepo)