tests/test-hgcia
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 04 Dec 2009 17:43:01 +0100
changeset 10011 a9836feb5a8c
parent 7438 b80b944836ec
permissions -rwxr-xr-x
changegroupsubset: readdelta() can be used if the previous rev is a parent

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