tests/test-empty
author Christian Ebert <blacktrash@gmx.net>
Fri, 22 May 2009 14:26:58 +0200
changeset 8547 548fd7a05373
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
setup.py: subprocess instead of os.popen, sys.stderr.write instead of print Also check that .hg is a directory.

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