tests/test-hgk
author Simon Heimberg <simohe@besonet.ch>
Sun, 16 Aug 2009 00:41:24 +0200
changeset 9411 8e6019b16a7d
parent 6800 cc7114d96548
permissions -rwxr-xr-x
extensions: pass ui arguement to extsetup if accepted

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