tests/test-hgk
author Martin Geisler <mg@lazybytes.net>
Fri, 24 Apr 2009 17:32:18 +0200
changeset 8154 06f1e4e309ed
parent 6800 cc7114d96548
permissions -rwxr-xr-x
notify: turned a set-like dict into a real set

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