tests/test-empty
author Brendan Cully <brendan@kublai.com>
Sat, 06 Feb 2010 15:18:36 +0100
changeset 10336 bc9a3bb267fa
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
run-tests: kill daemons on ^C with -j. This is not perfect, but the problem is fundamentally racy.

#!/bin/sh

hg init a
cd a
hg log
hg grep wah
hg manifest
hg verify
ls .hg
ls .hg/store

cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store