tests/test-hgcia
author Martin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:25:54 +0200
changeset 9216 9b2649b6ce5c
parent 7438 b80b944836ec
permissions -rwxr-xr-x
win32mbcs: fix formatting of lists with proper reST markup

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