tests/test-hgk
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 10 Mar 2010 22:27:42 +0100
changeset 10635 27027bee318e
parent 6800 cc7114d96548
permissions -rwxr-xr-x
serve: fix port config

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