tests/test-empty
author Martin Geisler <mg@aragost.com>
Wed, 05 May 2010 09:25:09 +0200
changeset 11095 d56124931909
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
acl: more consistent docstring

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