tests/test-hgcia
author Matt Mackall <mpm@selenic.com>
Wed, 14 Jul 2010 15:43:20 -0500
changeset 11584 1af96b090116
parent 7438 b80b944836ec
permissions -rwxr-xr-x
protocol: unify changegroup commands - add sendchangegroup protocol helpers - handle commands with None results - move changegroup commands into wireproto.py

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