tests/test-hgk
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 22 Oct 2008 19:28:37 +0200
changeset 7205 2bee44628c41
parent 6800 cc7114d96548
permissions -rwxr-xr-x
theme/monoblue: put the search box entirely in the header

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