tests/test-hgcia
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 03 Sep 2010 11:47:24 +0200
changeset 12192 968e9057ab8a
parent 7438 b80b944836ec
permissions -rwxr-xr-x
tests: unify test-filebranch

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