Mercurial > hg
view tests/test-requires.t @ 14019:fbbd5f91d5e1
run-tests: do chdir for tests under a lock for thread safety
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 25 Apr 2011 17:01:34 -0500 |
parents | ffb5c09ba822 |
children | 973959fbe8ec |
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: requirement 'indoor-pool' not supported! [255]