view tests/test-requires.t @ 13919:67f20625703f

color: reset win32 console color in a finally block
author Idan Kamara <idankk86@gmail.com>
date Sat, 09 Apr 2011 23:53:23 +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]