tests/test-hgk
author Martin Geisler <mg@lazybytes.net>
Sun, 17 May 2009 16:25:48 +0200
changeset 8517 110763cc3ab0
parent 6800 cc7114d96548
permissions -rwxr-xr-x
templater: lowercase error message Changing this messages should be safe: automated scripts ought to have debugged their templates and wont grep for this error message.

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