tests/test-requires.t
author Matt Mackall <mpm@selenic.com>
Fri, 17 Sep 2010 19:03:13 -0500
changeset 12331 40935b59518b
parent 12316 4134686b83e1
child 12346 3b165c127690
permissions -rw-r--r--
bundlerepo: drop unused close() method

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

  $ true