view tests/test-hgcia @ 10472:9126d13bad7a stable

interhg: fixes regression introduced by 38170eeed18c
author Wagner Bruna <wbruna@yahoo.com>
date Sat, 06 Feb 2010 21:25:02 -0200
parents b80b944836ec
children
line wrap: on
line source

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