view tests/test-requires.t @ 13499:28cc153cb033 stable

i18n-pt_BR: synchronized with 3178aca36b0f
author Wagner Bruna <wbruna@yahoo.com>
date Sat, 26 Feb 2011 18:21:51 -0300
parents 3b165c127690
children ffb5c09ba822
line wrap: on
line source

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