tests/test-requires.t
author Lee Cantey <lcantey@gmail.com>
Thu, 24 Mar 2011 08:51:58 -0700
changeset 13752 366e014a1ded
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
Fix expected url to match test.

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