tests/test-hgk
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 16 Jul 2010 19:02:30 +0200
changeset 11619 48667abddd60
parent 6800 cc7114d96548
permissions -rwxr-xr-x
protocol: use return shortcut instead of respond function

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