tests/test-hgk
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 25 Nov 2008 17:54:49 +0100
changeset 7406 ee8af8a4d905
parent 6800 cc7114d96548
permissions -rwxr-xr-x
hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO

#!/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