comparison tests/test-requires.t @ 12116:f51858009328

tests: unify test-requires
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Mon, 30 Aug 2010 14:04:38 +0900
parents tests/test-requires@8f18e31c4441
children 4c94b6d0fb1c
comparison
equal deleted inserted replaced
12115:a0dcbcbd1590 12116:f51858009328
1 $ mkdir t
2 $ cd t
3 $ hg init
4 $ echo a > a
5 $ hg add a
6 $ hg commit -m test -d "1000000 0"
7 $ rm .hg/requires
8 $ hg tip
9 abort: index 00changelog.i unknown format 2!
10 $ echo indoor-pool > .hg/requires
11 $ hg tip
12 abort: requirement 'indoor-pool' not supported!
13
14 $ true