tests/test-hgcia
author timeless@mozdev.org
Mon, 03 Aug 2009 10:39:14 +0200
changeset 9304 9219037fc0a6
parent 7438 b80b944836ec
permissions -rwxr-xr-x
hgwebdir: add links to the main repository page in notfound.tmpl

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