tests/test-requires.t
author Edouard Gomez <ed.gomez@free.fr>
Mon, 04 Apr 2011 00:05:41 +0200
changeset 13866 2f93a4a10144
parent 12346 3b165c127690
child 13956 ffb5c09ba822
permissions -rw-r--r--
convert: add hg source bookmark 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]