Mercurial > hg
view tests/test-requires.t @ 13976:9ca1ff3d4f8c
win32: Wine doesn't know about hardlinks
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 21 Apr 2011 15:08:48 -0500 |
parents | ffb5c09ba822 |
children | 973959fbe8ec |
line wrap: on
line source
$ hg init t $ cd t $ 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]