comparison tests/test-requires.t @ 46116: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 95054317e172
comparison
equal deleted inserted replaced
46115:be3d8178251e 46116:17a695357270
4 $ hg add a 4 $ hg add a
5 $ hg commit -m test 5 $ hg commit -m test
6 $ rm .hg/requires 6 $ rm .hg/requires
7 $ hg tip 7 $ hg tip
8 abort: unknown version (2) in revlog 00changelog.i 8 abort: unknown version (2) in revlog 00changelog.i
9 [255] 9 [50]
10 $ echo indoor-pool > .hg/requires 10 $ echo indoor-pool > .hg/requires
11 $ hg tip 11 $ hg tip
12 abort: repository requires features unknown to this Mercurial: indoor-pool 12 abort: repository requires features unknown to this Mercurial: indoor-pool
13 (see https://mercurial-scm.org/wiki/MissingRequirement for more information) 13 (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
14 [255] 14 [255]