comparison tests/test-alias.t @ 45911:8939062597f0

errors: raise InputError on bad repo arguments I'm not sure if one of these should be StateError... Differential Revision: https://phab.mercurial-scm.org/D9383
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 23 Nov 2020 10:42:03 -0800
parents 95c4cca641f6
children 35ab6e39f482
comparison
equal deleted inserted replaced
45910:f0626acf007d 45911:8939062597f0
713 [1] 713 [1]
714 714
715 #if no-outer-repo 715 #if no-outer-repo
716 $ hg root 716 $ hg root
717 abort: no repository found in '$TESTTMP' (.hg not found) 717 abort: no repository found in '$TESTTMP' (.hg not found)
718 [255] 718 [10]
719 $ hg --config alias.hgroot='!hg root' hgroot 719 $ hg --config alias.hgroot='!hg root' hgroot
720 abort: no repository found in '$TESTTMP' (.hg not found) 720 abort: no repository found in '$TESTTMP' (.hg not found)
721 [255] 721 [10]
722 #endif 722 #endif