tests/test-empty
author Benoit Allard <benoit@aeteurope.nl>
Wed, 22 Oct 2008 18:23:32 +0200
changeset 7201 b1aea76f7001
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
hgwebdir: show nested repositories (issue1336)

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