Mercurial > public > mercurial-scm > hg-stable
diff tests/test-init.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 | 95c4cca641f6 |
children | 84a93fa7ecfd |
line wrap: on
line diff
--- a/tests/test-init.t Wed Dec 09 20:22:25 2020 -0800 +++ b/tests/test-init.t Wed Dec 09 19:40:30 2020 -0800 @@ -33,10 +33,10 @@ $ hg --config format.chunkcachesize=0 log -R local -pv abort: revlog chunk cache size 0 is not greater than 0 - [255] + [50] $ hg --config format.chunkcachesize=1023 log -R local -pv abort: revlog chunk cache size 1023 is not a power of 2 - [255] + [50] $ hg --config format.chunkcachesize=1024 log -R local -pv changeset: 0:08b9e9f63b32 tag: tip