tests/test-hgcia
author Patrick Mezard <pmezard@gmail.com>
Sun, 22 Aug 2010 12:04:15 +0200
changeset 12013 0a4b4e9ea046
parent 7438 b80b944836ec
permissions -rwxr-xr-x
tests: remove test-log.out, useless after unification

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