tests/test-requires.t
author Idan Kamara <idankk86@gmail.com>
Sat, 23 Apr 2011 00:51:25 +0300
changeset 14004 97ed99d1f419
parent 13956 ffb5c09ba822
child 14483 973959fbe8ec
permissions -rw-r--r--
eliminate various naked except clauses

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