tests/test-hgcia
author Christian Ebert <blacktrash@gmx.net>
Fri, 13 Aug 2010 13:54:33 +0100
changeset 11904 122e3e0ba3e4
parent 7438 b80b944836ec
permissions -rwxr-xr-x
tests: unify test-keyword

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