tests/test-requires.t
author David Soria Parra <dsp@php.net>
Wed, 16 Mar 2011 09:05:59 +0100
changeset 13654 a1dae38acbc6
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
test-https: match output from 31eac42d9123

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