tests/test-hgk
author Martin Geisler <mg@lazybytes.net>
Thu, 10 Dec 2009 22:28:09 +0100
changeset 10029 c4cc230c3277
parent 6800 cc7114d96548
permissions -rwxr-xr-x
mercurial.iss: backout 08bbed8ac9b8 Not a complete backout, the bash_completion script is still installed.

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