view tests/test-hgk @ 8723:b4a1b9012d96

Merge with crew-stable
author Brendan Cully <brendan@kublai.com>
date Sat, 06 Jun 2009 13:37:41 -0700
parents cc7114d96548
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