tests/test-hgcia
author Matt Mackall <mpm@selenic.com>
Tue, 02 Dec 2008 13:06:18 -0600
changeset 7463 6aafd75fb924
parent 7438 b80b944836ec
permissions -rwxr-xr-x
Added signature for changeset 2a67430f92f1

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