tests/test-requires.t
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 13 Jun 2011 13:53:58 +0200
changeset 14596 6a0070d00bc8
parent 14483 973959fbe8ec
child 14746 72e4fcb43227
permissions -rw-r--r--
mq: rename abort_if_wdir_patched to abortifwdirpatched

  $ 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]