tests/test-requires.t
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 30 Aug 2010 14:06:18 +0900
changeset 12117 a40372c1c731
parent 12116 f51858009328
child 12156 4c94b6d0fb1c
permissions -rw-r--r--
tests: unify test-resolve

  $ mkdir t
  $ cd t
  $ hg init
  $ echo a > a
  $ hg add a
  $ hg commit -m test -d "1000000 0"
  $ rm .hg/requires
  $ hg tip
  abort: index 00changelog.i unknown format 2!
  $ echo indoor-pool > .hg/requires
  $ hg tip
  abort: requirement 'indoor-pool' not supported!

  $ true