tests/test-hgcia
author Patrick Mezard <pmezard@gmail.com>
Tue, 21 Apr 2009 22:31:16 +0200
changeset 8123 933b874e402f
parent 7438 b80b944836ec
permissions -rwxr-xr-x
convert/mtn: handle files moved in a moved directory (issue1619/2)

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