tests/test-hgcia
author Martin Geisler <mg@lazybytes.net>
Sat, 14 Aug 2010 02:59:48 +0200
changeset 11863 86ec95b1d37b
parent 7438 b80b944836ec
permissions -rwxr-xr-x
tests: unify test-bookmarks-rebase

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