view tests/test-hgk @ 7575:3ccaefc84f45

hgweb: fix long line lengths introduced in 2dc868712dcc
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 03 Jan 2009 21:44:15 +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