tests/test-requires.t
author Eric Eisner <ede@mit.edu>
Sun, 28 Nov 2010 15:03:48 -0500
changeset 13085 b4814f1f415c
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
subrepo: strip gitcommand output

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