view 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 source

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