tests/test-requires.t
author Wagner Bruna <wbruna@softwareexpress.com.br>
Wed, 15 Jun 2011 17:04:06 -0300
changeset 14634 1679d73c9464
parent 14483 973959fbe8ec
child 14746 72e4fcb43227
permissions -rw-r--r--
dagutil: fix missing import of i18n._

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