view tests/test-hgcia @ 9787:b1dad6b4dfae

Make test-branchmap executable and adjust output after a3d73b3e1f8a
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 07 Nov 2009 23:27:25 +0100
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