view tests/test-hgk @ 9190:3ef6c14a1e8e 1.3.1

keyword: argument to "kwdemo --rcfile" must be string (bugfix)
author Christian Ebert <blacktrash@gmx.net>
date Wed, 22 Jul 2009 19:12:34 +0100
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