Mercurial > hg
view tests/test-requires.t @ 13431:69c773750055 stable
test-convert: update output to match 0079fb98e8d0
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 17 Feb 2011 09:19:15 +0100 |
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]