diff tests/test-add.t @ 45841:bff719525815

errors: set detailed exit code to 30 for config errors This is per https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan. Differential Revision: https://phab.mercurial-scm.org/D9311
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 22 Oct 2020 13:56:01 -0700
parents 8d72e29ad1e0
children 3175b0e0058b
line wrap: on
line diff
--- a/tests/test-add.t	Mon Oct 12 12:44:18 2020 -0700
+++ b/tests/test-add.t	Thu Oct 22 13:56:01 2020 -0700
@@ -45,7 +45,7 @@
   $ echo foo > con.xml
   $ hg --config ui.portablefilenames=jump add con.xml
   abort: ui.portablefilenames value is invalid ('jump')
-  [255]
+  [30]
   $ hg --config ui.portablefilenames=abort add con.xml
   abort: filename contains 'con', which is reserved on Windows: con.xml
   [255]