tests/test-empty
author Martin Geisler <mg@lazybytes.net>
Wed, 04 Nov 2009 22:14:26 +0100
changeset 9777 b2dfe76459dc
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
i18n-sv: add missing newlines to translations

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