comparison tests/test-requires.t @ 46406:95054317e172

revlog: use a less probable revlog version for backwards compatibility This allows us to define a usable v2. Differential Revision: https://phab.mercurial-scm.org/D9902
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 28 Jan 2021 15:12:48 +0100
parents 17a695357270
children 84a93fa7ecfd
comparison
equal deleted inserted replaced
46405:9fd4f7af42ea 46406:95054317e172
3 $ echo a > a 3 $ echo a > a
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 (65535) in revlog 00changelog.i
9 [50] 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)