view tests/test-requires.t @ 14460:d5f616132c10

doc: improve merge between hgrc.5 and config help topic
author Martin Geisler <mg@lazybytes.net>
date Mon, 30 May 2011 11:15:25 +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]