tests/test-requires.t
author Matt Mackall <mpm@selenic.com>
Sat, 30 Apr 2011 03:00:38 -0500
changeset 14049 92db9667d15a
parent 13956 ffb5c09ba822
child 14483 973959fbe8ec
permissions -rw-r--r--
subrepo: backout bcc6ed0f6c3b

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