tests/test-hgcia
author Alexander Solovyov <piranha@piranha.org.ua>
Sat, 26 Sep 2009 00:17:02 +0300
changeset 9488 33a6213a974e
parent 7438 b80b944836ec
permissions -rwxr-xr-x
zeroconf: code cleanup, fixing variable names to be meaningful

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