tests/test-requires.t
author Augie Fackler <durin42@gmail.com>
Fri, 29 Apr 2011 08:46:21 -0500
changeset 14032 d98af1420930
parent 13956 ffb5c09ba822
child 14483 973959fbe8ec
permissions -rw-r--r--
test-simplemerge-cmd.t: move all tests into test-contrib.t

  $ hg init t
  $ cd t
  $ 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]