tests/test-hgk
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 11 Nov 2008 23:16:59 +0100
changeset 7350 c5dbe86b0fee
parent 6800 cc7114d96548
permissions -rwxr-xr-x
inotify: fix replacing a folder with a file (issue1375)

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