tests/test-hgk
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 06 Dec 2008 15:57:11 +0100
changeset 7474 b2cbced7bb50
parent 6800 cc7114d96548
permissions -rwxr-xr-x
use inst.args instead of using __getitem__ directly DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute

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