view tests/test-hgk @ 8625:34754aa62cd8

Makefile: do not create i18n/, it is already there
author Martin Geisler <mg@lazybytes.net>
date Tue, 26 May 2009 19:51:22 +0200
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