tests/test-hgcia
author Matt Mackall <mpm@selenic.com>
Sat, 20 Jun 2009 09:00:02 -0500
changeset 8856 f8d00346a62d
parent 7438 b80b944836ec
permissions -rwxr-xr-x
rollback: minor clarification (issue828)

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