view tests/test-requires.t @ 14551:68d814a3cefd

fileset: basic pattern and boolean support debugfileset can now generate file lists for things like: "* and not hg*"
author Matt Mackall <mpm@selenic.com>
date Wed, 08 Jun 2011 13:44:41 -0500
parents 973959fbe8ec
children 72e4fcb43227
line wrap: on
line source

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