tests/test-hgk
author Martin Geisler <mg@lazybytes.net>
Mon, 18 May 2009 23:35:27 +0200
changeset 8505 dc50108ce188
parent 6800 cc7114d96548
permissions -rwxr-xr-x
spartan: simplify CSS colors (#xxxxxx -> #xxx)

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