Mercurial > hg-stable
view tests/test-requires.t @ 13883:fc83d2ca9cfb
bugzilla: fix reST error introduced in 22d200e49b10
All blocks must be indented. Here we can use a field list instead of a
verbatim block for a real list layout.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 05 Apr 2011 10:20:59 +0200 |
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]