tests/test-hgk
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 30 Aug 2010 13:15:30 +0900
changeset 12102 9aba4ceb654d
parent 6800 cc7114d96548
permissions -rwxr-xr-x
test-keyword: use regular expressions instead of grepping

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