tests/test-hgcia
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 10 Oct 2009 12:00:43 +0200
changeset 9574 9e9f63d5c456
parent 7438 b80b944836ec
permissions -rwxr-xr-x
encoding: fix issue with non-standard UTF-8 CTYPE on OS X

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