view tests/test-requires.t @ 14219:c33427080671

revlog: use real Booleans instead of 0/1 in nodesbetween
author Martin Geisler <mg@aragost.com>
date Fri, 06 May 2011 12:09:20 +0200
parents ffb5c09ba822
children 973959fbe8ec
line wrap: on
line source

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