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

#!/bin/sh

echo "[extensions]" >> $HGRCPATH
echo "hgk=" >> $HGRCPATH

hg init repo
cd repo
echo a > a
hg ci -Am adda
hg debug-cat-file commit 0