tests/test-hgk
author Cédric Duval <cedricduval@free.fr>
Sun, 21 Jun 2009 16:32:00 +0200
changeset 8871 20a25042fadc
parent 6800 cc7114d96548
permissions -rwxr-xr-x
extensions: move extensions listing functions from mercurial.help Includes some small fix-ups to comments in enabled() and disabled().

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