view tests/test-hgk @ 9649:20b91f91f9ca

minor documentation improvements
author timeless@mozdev.org
date Sun, 25 Oct 2009 14:45:38 +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