changeset 48879 | 9987d14ad63f |
parent 44096 | e598c874b4af |
child 49417 | 075a553028e2 |
--- 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)