test-requires.t
16 lines
| 284 B
| text/troff
|
Tads3Lexer
/ tests / test-requires.t
Nicolas Dumazet
|
r12116 | $ mkdir t | ||
$ cd t | ||||
$ hg init | ||||
$ echo a > a | ||||
$ hg add a | ||||
Martin Geisler
|
r12156 | $ hg commit -m test | ||
Nicolas Dumazet
|
r12116 | $ rm .hg/requires | ||
$ hg tip | ||||
abort: index 00changelog.i unknown format 2! | ||||
Matt Mackall
|
r12316 | [255] | ||
Nicolas Dumazet
|
r12116 | $ echo indoor-pool > .hg/requires | ||
$ hg tip | ||||
abort: requirement 'indoor-pool' not supported! | ||||
Matt Mackall
|
r12316 | [255] | ||
Nicolas Dumazet
|
r12116 | |||
$ true | ||||