tests/test-hgcia
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 07 Jan 2010 15:12:16 +0100
changeset 10214 8111f9988c9d
parent 7438 b80b944836ec
permissions -rwxr-xr-x
contrib: fix error handling in shrink-revlog.py to be more hg-like

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