tests/test-hgcia
author Martin Geisler <mg@lazybytes.net>
Sat, 18 Sep 2010 22:03:33 +0200
changeset 12542 419a0fb7962b
parent 7438 b80b944836ec
permissions -rwxr-xr-x
i18n-da: synchronized with 2eadea60ae67

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