Mercurial > public > mercurial-scm > hg-stable
diff tests/test-flagprocessor.t @ 46117:17a695357270
errors: use detailed exit code 50 for StorageError
This is done as part of
https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan.
Differential Revision: https://phab.mercurial-scm.org/D9601
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 09 Dec 2020 19:40:30 -0800 |
parents | 456c617c8285 |
children | 1cb01c71ba32 |
line wrap: on
line diff
--- a/tests/test-flagprocessor.t Wed Dec 09 20:22:25 2020 -0800 +++ b/tests/test-flagprocessor.t Wed Dec 09 19:40:30 2020 -0800 @@ -190,7 +190,7 @@ $ echo '[FAIL][BASE64][GZIP][NOOP]' > fail-base64-gzip-noop $ hg commit -Aqm 'fail+base64+gzip+noop' abort: missing processor for flag '0x1' - [255] + [50] $ rm fail-base64-gzip-noop # TEST: ensure we cannot register several flag processors on the same flag