tests/test-empty
author Martin Geisler <mg@lazybytes.net>
Tue, 21 Jul 2009 12:19:53 +0200
changeset 9194 0de7cf8db5fd
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
hgignore.5: mark file names and cmdline options as literal text

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