Mercurial > hg-stable
view tests/test-requires.t @ 12121:8f258dd4ed02
tests: unify test-rebuildstate
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 30 Aug 2010 18:47:02 +0900 |
parents | f51858009328 |
children | 4c94b6d0fb1c |
line wrap: on
line source
$ mkdir t $ cd t $ hg init $ echo a > a $ hg add a $ hg commit -m test -d "1000000 0" $ rm .hg/requires $ hg tip abort: index 00changelog.i unknown format 2! $ echo indoor-pool > .hg/requires $ hg tip abort: requirement 'indoor-pool' not supported! $ true