tests/test-requires.t
author Patrick Mezard <pmezard@gmail.com>
Tue, 01 Feb 2011 21:59:07 +0100
changeset 13333 60792fa3c1a8
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
Merge with stable

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