tests/test-requires.t
author Patrick Mezard <pmezard@gmail.com>
Fri, 29 Apr 2011 08:04:46 +0200
branchstable
changeset 14021 3eb632d9cf42
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
extdiff: fix broken symlinks handling (issue1909)

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