tests/test-hgcia
author Cédric Duval <cedricduval@free.fr>
Sun, 21 Jun 2009 16:32:00 +0200
changeset 8871 20a25042fadc
parent 7438 b80b944836ec
permissions -rwxr-xr-x
extensions: move extensions listing functions from mercurial.help Includes some small fix-ups to comments in enabled() and disabled().

#!/bin/sh

cat >> $HGRCPATH <<EOF
[extensions]
hgcia=

[hooks]
changegroup.cia = python:hgext.hgcia.hook

[cia]
user = testuser
project = testproject
test = True
EOF

hg init src
hg init cia

cd src
echo foo > foo
hg ci -Amfoo

hg push ../cia