Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/tests/test-alias.t Mon Nov 23 14:48:05 2020 -0800 +++ b/tests/test-alias.t Mon Nov 23 10:42:03 2020 -0800 @@ -715,8 +715,8 @@ #if no-outer-repo $ hg root abort: no repository found in '$TESTTMP' (.hg not found) - [255] + [10] $ hg --config alias.hgroot='!hg root' hgroot abort: no repository found in '$TESTTMP' (.hg not found) - [255] + [10] #endif