tests/test-requires.t
author Martin Geisler <mg@lazybytes.net>
Thu, 21 Oct 2010 21:34:30 +0200
branchstable
changeset 12804 e0e8b123b75e
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
merge-tools: fixed typos Spotted by Patrick Mézard.

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