tests/test-empty
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 30 Mar 2009 01:30:58 +0200
changeset 7922 06bf76009249
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
merge with -stable

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