comparison tests/test-bundle.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 8d72e29ad1e0
children 95c4cca641f6
comparison
equal deleted inserted replaced
45846:96ca817ec192 45847:d68618954ade
599 When cloning from a non-copiable repository into '', do not 599 When cloning from a non-copiable repository into '', do not
600 recurse infinitely (issue2528) 600 recurse infinitely (issue2528)
601 601
602 $ hg clone full.hg '' 602 $ hg clone full.hg ''
603 abort: empty destination path is not valid 603 abort: empty destination path is not valid
604 [255] 604 [10]
605 605
606 test for https://bz.mercurial-scm.org/216 606 test for https://bz.mercurial-scm.org/216
607 607
608 Unbundle incremental bundles into fresh empty in one go 608 Unbundle incremental bundles into fresh empty in one go
609 609