tests/test-requires.t
author Regis Desgroppes <regis.desgroppes@nokia.com>
Tue, 31 May 2011 16:22:04 -0500
changeset 14488 278a4e0fdfed
parent 14483 973959fbe8ec
child 14746 72e4fcb43227
permissions -rw-r--r--
subrepo: svn abort now depends on exit code (issue2833)

  $ 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: unknown repository format: requires feature 'indoor-pool' (upgrade Mercurial)!
  [255]