tests/test-requires.t
author Martin Geisler <mg@aragost.com>
Mon, 09 May 2011 14:33:08 +0200
changeset 14278 59c820a6ca79
parent 13956 ffb5c09ba822
child 14483 973959fbe8ec
permissions -rw-r--r--
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'

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