Mercurial > public > mercurial-scm > hg
diff tests/test-add.t @ 45844:3175b0e0058b
errors: use InputError for errors about bad paths
Differential Revision: https://phab.mercurial-scm.org/D9326
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 12 Nov 2020 09:53:14 -0800 |
parents | bff719525815 |
children | 9dc1351d0b5f |
line wrap: on
line diff
--- a/tests/test-add.t Tue Nov 10 09:14:01 2020 -0800 +++ b/tests/test-add.t Thu Nov 12 09:53:14 2020 -0800 @@ -48,7 +48,7 @@ [30] $ hg --config ui.portablefilenames=abort add con.xml abort: filename contains 'con', which is reserved on Windows: con.xml - [255] + [10] $ hg st A a A b @@ -68,7 +68,7 @@ $ hg --config ui.portablefilenames=abort add adding hello:world abort: filename contains ':', which is reserved on Windows: 'hello:world' - [255] + [10] $ hg st A a A b