tests/test-hgk
author Matt Mackall <mpm@selenic.com>
Thu, 06 Nov 2008 11:57:37 -0600
changeset 7338 fecfe4392e94
parent 6800 cc7114d96548
permissions -rwxr-xr-x
hgweb: move old style to spartan/

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