tests/test-requires.t
changeset 46406 95054317e172
parent 46116 17a695357270
child 46874 84a93fa7ecfd
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)