--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-hgk Sat Jul 05 14:35:36 2008 +0200
@@ -0,0 +1,11 @@
+#!/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
+