tests/test-requires.t
author Adrian Buehlmann <adrian@cadifra.com>
Sun, 27 Mar 2011 01:47:58 +0100
changeset 13776 a2f0fdb1e488
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
win32: remove READONLY attribute on unlink

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