view tests/test-hgk @ 9394:31203db1b2ac

run-tests: expand --tmpdir and create it if needed
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 15 Aug 2009 21:19:57 +0900
parents cc7114d96548
children
line wrap: on
line source

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