tests/test-hgcia
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 17 May 2009 16:05:50 +0200
changeset 8474 bccc90b56d02
parent 7438 b80b944836ec
permissions -rwxr-xr-x
templater: clean up the process method, separating code paths

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