tests/test-empty
author Martin Geisler <mg@lazybytes.net>
Sat, 07 Nov 2009 03:16:23 +0100
changeset 9740 2ebe679fec21
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
commands: use enumerated lists in help texts

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