tests/test-requires.t
author Matt Mackall <mpm@selenic.com>
Mon, 20 Sep 2010 16:00:15 -0500
changeset 12346 3b165c127690
parent 12316 4134686b83e1
child 13956 ffb5c09ba822
permissions -rw-r--r--
tests: drop final true command from unified tests

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