tests/test-hgcia
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Sun, 16 Aug 2009 11:09:21 +0900
changeset 9355 f7c334e810c2
parent 7438 b80b944836ec
permissions -rwxr-xr-x
inotify: remove unused import

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