tests/test-requires.t
author Martin Geisler <mg@lazybytes.net>
Mon, 30 May 2011 12:21:08 +0200
branchstable
changeset 14477 97bd451f7a39
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
merge with hg-i18n

  $ mkdir t
  $ cd t
  $ hg init
  $ 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]