tests/test-hgcia
author Augie Fackler <durin42@gmail.com>
Mon, 09 Mar 2009 17:13:12 -0500
changeset 7850 74c3baca65c9
parent 7438 b80b944836ec
permissions -rwxr-xr-x
bisect: fix --command for me.

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