tests/test-requires.t
author Martin Geisler <mg@aragost.com>
Wed, 15 Jun 2011 17:25:58 +0200
changeset 14631 234b9795d74e
parent 14483 973959fbe8ec
child 14746 72e4fcb43227
permissions -rw-r--r--
commands: add pointer to bookmarks command in branch help

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