tests/test-hgcia
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 14 Jan 2010 16:28:21 +0100
changeset 10246 b9d02695bde4
parent 7438 b80b944836ec
permissions -rwxr-xr-x
hgweb: add less/more links to shortlog/filelog nav

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