tests/test-requires.t
author Yuya Nishihara <yuya@tcha.org>
Mon, 02 May 2011 01:29:51 +0900
changeset 14157 a8f136f430da
parent 13956 ffb5c09ba822
child 14483 973959fbe8ec
permissions -rw-r--r--
bisect: fix indent level

  $ 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: requirement 'indoor-pool' not supported!
  [255]