comparison tests/test-ssh-bundle1.t @ 45847:d68618954ade

errors: use InputError for some errors on `hg clone` Differential Revision: https://phab.mercurial-scm.org/D9329
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 12 Nov 2020 15:28:06 -0800
parents edc8504bc26b
children 95c4cca641f6
comparison
equal deleted inserted replaced
45846:96ca817ec192 45847:d68618954ade
365 Test (non-)escaping of remote paths with spaces when cloning (issue3145): 365 Test (non-)escaping of remote paths with spaces when cloning (issue3145):
366 366
367 $ hg clone --ssh "\"$PYTHON\" \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" 367 $ hg clone --ssh "\"$PYTHON\" \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo"
368 destination directory: a repo 368 destination directory: a repo
369 abort: destination 'a repo' is not empty 369 abort: destination 'a repo' is not empty
370 [255] 370 [10]
371 371
372 Test hg-ssh using a helper script that will restore PYTHONPATH (which might 372 Test hg-ssh using a helper script that will restore PYTHONPATH (which might
373 have been cleared by a hg.exe wrapper) and invoke hg-ssh with the right 373 have been cleared by a hg.exe wrapper) and invoke hg-ssh with the right
374 parameters: 374 parameters:
375 375