tests/test-requires
author Patrick Mezard <pmezard@gmail.com>
Mon, 19 Feb 2007 10:32:46 +0100
changeset 4129 e817c68edfed
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
stdout raises EINVAL when flush() is called on a closed pipe under win32. Maybe the exception should be caught and translated at raise location instead (sshserver.py).

#!/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