tests/test-hgk
author Cédric Duval <cedricduval@free.fr>
Sun, 21 Jun 2009 17:19:34 +0200
changeset 8878 231f9d92fd7a
parent 6800 cc7114d96548
permissions -rwxr-xr-x
extensions: use _order to determine if an extension is enabled

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