tests/test-hgk
author Matt Mackall <mpm@selenic.com>
Mon, 19 Oct 2009 00:36:52 -0500
changeset 9606 69f8ac71ded1
parent 6800 cc7114d96548
permissions -rwxr-xr-x
Remove parents from default help in favor of summary

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