tests/test-hgcia
author Martin Geisler <mg@lazybytes.net>
Fri, 07 May 2010 17:01:14 +0200
branchstable
changeset 11102 275198bc904a
parent 7438 b80b944836ec
permissions -rwxr-xr-x
commands: explain that "hg serve" is mostly for ad-hoc sharing

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