tests/test-empty
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 08 Apr 2009 02:34:00 +0900
changeset 8059 41a2c5cbcb6a
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
hghave: checking that all targets are Exception-free

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