view tests/test-requires @ 10386:1ddb0ae26a55

zeroconf: better fix for readName error Stop parsing when an unknown type is seen, since it is impossible to resynchronize on the stream.
author Brendan Cully <brendan@kublai.com>
date Sun, 07 Feb 2010 19:39:29 +0100
parents 8f18e31c4441
children
line wrap: on
line source

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
rm .hg/requires
hg tip
echo indoor-pool > .hg/requires
hg tip

true