diff tests/test-hgk @ 6800:cc7114d96548

hgk: ctx.parents() problem introduced by 2d54e7c1e69d
author Patrick Mezard <pmezard@gmail.com>
date Sat, 05 Jul 2008 14:35:36 +0200
parents
children
line wrap: on
line diff
--- /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
+