tests/test-requires.t
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 13 Jun 2011 12:06:32 +0200
changeset 14583 28f87e14d923
parent 14483 973959fbe8ec
child 14746 72e4fcb43227
permissions -rw-r--r--
mq: rename check_localchanges to checklocalchanges

  $ hg init t
  $ cd t
  $ echo a > a
  $ hg add a
  $ hg commit -m test
  $ rm .hg/requires
  $ hg tip
  abort: index 00changelog.i unknown format 2!
  [255]
  $ echo indoor-pool > .hg/requires
  $ hg tip
  abort: unknown repository format: requires feature 'indoor-pool' (upgrade Mercurial)!
  [255]