tests/test-empty
author Stefan Rusek <stefan@rusek.org>
Tue, 09 Dec 2008 14:27:47 +0100
changeset 7505 fe0e02f952b0
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
When applying a git diff, ensure that the target dir exists for new files

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