changeset 48876 | 42d2b31cee0b |
parent 48646 | 77f8f8caf859 |
--- a/tests/test-ssh-proto-unbundle.t Thu Mar 03 17:34:00 2022 +0100 +++ b/tests/test-ssh-proto-unbundle.t Sun Feb 20 15:28:44 2022 -0700 @@ -99,7 +99,6 @@ Test pushing to a server that has a pretxnchangegroup Python hook that fails $ cat > $TESTTMP/failhook << EOF - > from __future__ import print_function > import sys > def hook1line(ui, repo, **kwargs): > ui.write(b'ui.write 1 line\n')