tests/test-hgk
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 07 Mar 2010 23:59:28 +0100
changeset 10606 5868dd69fb03
parent 6800 cc7114d96548
permissions -rwxr-xr-x
addremove: atomically update the dirstate In case someone hits ^C during the similarity search, properly rollback

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