tests/test-hgk
author Patrick Mezard <pmezard@gmail.com>
Sat, 05 Jul 2008 14:35:36 +0200
changeset 6800 cc7114d96548
permissions -rwxr-xr-x
hgk: ctx.parents() problem introduced by 2d54e7c1e69d

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